wugg 6 meses atrás
pai
commit
b56d6337ff
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/cxinv/controller/Payment.php

+ 1 - 1
app/cxinv/controller/Payment.php

@@ -352,7 +352,7 @@ class Payment extends Base{
                }
            }
         }
-        $pay['pay_type']=Supplier::where(['code'=>$pay['supplierNo']])->value("pay_method",'');
+        $pay['pay_type']=Supplier::where(['code'=>$pay['supplierNo']])->value("pay_type",'');
         $pay['inv_tag_name']='';
         $pay['pay_tag_name']='';
         $pay['pay_tag_img']='';