fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-08-23 15:55:43 +07:00
parent a8a3ca622f
commit 08101f4c85

View File

@@ -2669,7 +2669,7 @@ namespace rmutr_report.Controllers
if (indetail.topic_type==2) if (indetail.topic_type==2)
{ {
indetail.topic2 = indetail.topic; indetail.topic2 = indetail.topic;
indetail.amount2 = indetail.value1; indetail.amount2 = indetail.value2;
indetail.text2 = "บาท"; indetail.text2 = "บาท";
} }
@@ -2775,7 +2775,7 @@ namespace rmutr_report.Controllers
if (indetail.topic_type==11) if (indetail.topic_type==11)
{ {
indetail.topic14 = indetail.topic; indetail.topic14 = indetail.topic;
indetail.amount16 = indetail.value1; indetail.amount16 = indetail.value2;
indetail.text20 = "บาท"; indetail.text20 = "บาท";
} }
@@ -2791,14 +2791,14 @@ namespace rmutr_report.Controllers
if (indetail.topic_type==13) if (indetail.topic_type==13)
{ {
indetail.topic16 = indetail.topic; indetail.topic16 = indetail.topic;
indetail.amount18 = indetail.value1; indetail.amount18 = indetail.value2;
indetail.text23 = "บาท"; indetail.text23 = "บาท";
} }
if (indetail.topic_type==14) if (indetail.topic_type==14)
{ {
indetail.topic17 = indetail.topic; indetail.topic17 = indetail.topic;
indetail.amount19 = indetail.value1; indetail.amount19 = indetail.value2;
indetail.text24 = "บาท"; indetail.text24 = "บาท";
indetail.row_no8 = no8; indetail.row_no8 = no8;
no8++; no8++;