mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 13:54:30 -04:00
Merge branch 'master' of https://github.com/trigras/invoice-ninja
This commit is contained in:
commit
ead19c72f7
@ -18,9 +18,17 @@ class InvoicesFile extends Migration {
|
||||
});
|
||||
|
||||
DB::table('invoice_designs')->where('id', 1)->update([
|
||||
'javascript' => '',
|
||||
'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…
x
Reference in New Issue
Block a user