This commit is contained in:
@@ -2669,7 +2669,7 @@ namespace rmutr_report.Controllers
|
||||
if (indetail.topic_type==2)
|
||||
{
|
||||
indetail.topic2 = indetail.topic;
|
||||
indetail.amount2 = indetail.value1;
|
||||
indetail.amount2 = indetail.value2;
|
||||
indetail.text2 = "บาท";
|
||||
|
||||
}
|
||||
@@ -2775,7 +2775,7 @@ namespace rmutr_report.Controllers
|
||||
if (indetail.topic_type==11)
|
||||
{
|
||||
indetail.topic14 = indetail.topic;
|
||||
indetail.amount16 = indetail.value1;
|
||||
indetail.amount16 = indetail.value2;
|
||||
indetail.text20 = "บาท";
|
||||
|
||||
}
|
||||
@@ -2791,14 +2791,14 @@ namespace rmutr_report.Controllers
|
||||
if (indetail.topic_type==13)
|
||||
{
|
||||
indetail.topic16 = indetail.topic;
|
||||
indetail.amount18 = indetail.value1;
|
||||
indetail.amount18 = indetail.value2;
|
||||
indetail.text23 = "บาท";
|
||||
|
||||
}
|
||||
if (indetail.topic_type==14)
|
||||
{
|
||||
indetail.topic17 = indetail.topic;
|
||||
indetail.amount19 = indetail.value1;
|
||||
indetail.amount19 = indetail.value2;
|
||||
indetail.text24 = "บาท";
|
||||
indetail.row_no8 = no8;
|
||||
no8++;
|
||||
|
||||
Reference in New Issue
Block a user