mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 01:54:35 -04:00
Fixes for invoice status
This commit is contained in:
parent
acf4e90170
commit
eabaed87da
@ -70,6 +70,7 @@ class InvoiceMigrationRepository extends BaseRepository
|
|||||||
}
|
}
|
||||||
|
|
||||||
$model->fill($tmp_data);
|
$model->fill($tmp_data);
|
||||||
|
$model->status_id = $tmp_data['status_id'];
|
||||||
$model->save();
|
$model->save();
|
||||||
|
|
||||||
if (array_key_exists('documents', $data)) {
|
if (array_key_exists('documents', $data)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user