mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 14:24:31 -04:00
Fix for migration
This commit is contained in:
parent
779f990e64
commit
a09ba934cf
@ -48,7 +48,7 @@ class AddMoreCustomFields extends Migration
|
||||
'product2' => 'custom_invoice_item_label2',
|
||||
];
|
||||
|
||||
foreach ($accounts as $accounts) {
|
||||
foreach ($accounts as $account) {
|
||||
$config = [];
|
||||
|
||||
foreach ($fields as $key => $field) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user