mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 18:54:30 -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',
|
'product2' => 'custom_invoice_item_label2',
|
||||||
];
|
];
|
||||||
|
|
||||||
foreach ($accounts as $accounts) {
|
foreach ($accounts as $account) {
|
||||||
$config = [];
|
$config = [];
|
||||||
|
|
||||||
foreach ($fields as $key => $field) {
|
foreach ($fields as $key => $field) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user