Fixes for invoice status
This commit is contained in:
parent
acf4e90170
commit
eabaed87da
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ class InvoiceMigrationRepository extends BaseRepository
|
|||
}
|
||||
|
||||
$model->fill($tmp_data);
|
||||
$model->status_id = $tmp_data['status_id'];
|
||||
$model->save();
|
||||
|
||||
if (array_key_exists('documents', $data)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue