mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-17 16:42:48 +01:00
prepared for all 4 templates
This commit is contained in:
parent
734a53fefe
commit
e937407534
@ -18,9 +18,17 @@ class InvoicesFile extends Migration {
|
|||||||
});
|
});
|
||||||
|
|
||||||
DB::table('invoice_designs')->where('id', 1)->update([
|
DB::table('invoice_designs')->where('id', 1)->update([
|
||||||
'javascript' => '',
|
|
||||||
'filename'=>'js/templates/clean.js'
|
'filename'=>'js/templates/clean.js'
|
||||||
]);
|
]);
|
||||||
|
DB::table('invoice_designs')->where('id', 2)->update([
|
||||||
|
'filename'=>'js/templates/bold.js'
|
||||||
|
]);
|
||||||
|
DB::table('invoice_designs')->where('id', 3)->update([
|
||||||
|
'filename'=>'js/templates/modern.js'
|
||||||
|
]);
|
||||||
|
DB::table('invoice_designs')->where('id', 4)->update([
|
||||||
|
'filename'=>'js/templates/plain.js'
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user