gogs преди 2 месеца
родител
ревизия
6cebbaf684
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Service/AuxiliaryAccountService.php

+ 1 - 1
app/Service/AuxiliaryAccountService.php

@@ -202,7 +202,7 @@ class AuxiliaryAccountService extends Service
         try {
             DB::beginTransaction();
 
-            $model = new ExpenseClaims();
+            $model = new AuxiliaryAccount();
             $model->code = $this->generateBillNo([
                 'top_depart_id' => $user['top_depart_id'],
                 'type' => ExpenseClaims::Order_type,