gogs пре 2 месеци
родитељ
комит
1935a97560
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/Service/AuxiliaryAccountService.php

+ 1 - 1
app/Service/AuxiliaryAccountService.php

@@ -234,7 +234,7 @@ class AuxiliaryAccountService extends Service
                     'voucher_no' => $value['voucher_no'],
                     'voucher_no' => $value['voucher_no'],
                     'voucher_remark' => $value['voucher_remark'],
                     'voucher_remark' => $value['voucher_remark'],
                     'voucher_amount' => $value['voucher_amount'],
                     'voucher_amount' => $value['voucher_amount'],
-                    'entrust_type' => $value['entrust_type'],
+                    'entrust_type' => $value['entrust_type']??"",
                     'type' => $value['type'],
                     'type' => $value['type'],
                     'fee_id' => $value['fee_id']??0,
                     'fee_id' => $value['fee_id']??0,
                     'remark' => $value['remark']??"",
                     'remark' => $value['remark']??"",