remark - รายการ

This commit is contained in:
kamonwan taengsuk
2023-08-07 11:16:55 +07:00
parent bc55d24121
commit 8be15fc9c7
9 changed files with 19 additions and 19 deletions

View File

@@ -2719,11 +2719,11 @@ namespace rmutr_report.Controllers
int row = 1;
foreach (var detail2 in budget.data)
{
var a = "- ";
if (detail2.topic_type == 2)
{
detail2.list = a + detail2.list;
}
// var a = "- ";
// if (detail2.topic_type == 2)
// {
// detail2.list = a + detail2.list;
// }
if (detail2.topic_type == 5)
{