瀏覽代碼

trn voucher type changes

vipulbadhanibng 2 年之前
父節點
當前提交
fa30aee4f7
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Efacto.API/Controllers/TRNController.cs

+ 2 - 2
Efacto.API/Controllers/TRNController.cs

@@ -354,8 +354,8 @@ namespace Efacto.API.Controllers
         {
             return Ok(new
             {
-                //VoucherTypeList = await _vouchertypeService.GetVouchertypeListByBtpCode(BtpCode),//await _vouchertypeService.GetVouchertypeList(BtpId),
-                VtypeList = await _vouchertypeService.GetVouchertypeListByBtpCode(BtpCode),
+                VoucherTypeList = await _vouchertypeService.GetVouchertypeListByBtpCode(BtpCode),//await _vouchertypeService.GetVouchertypeList(BtpId),
+                //VtypeList = await _vouchertypeService.GetVouchertypeListByBtpCode(BtpCode),
                 VoucherTypeMultipleList = await _vouchertypeService.GetVouchertypeMultipleList(),
                 GstList = await _gstService.GetGstList(),
                 GsttypeList = await _gsttypeService.GetGsttypeList("INPUT"),