mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
enabled_tax_rates defaults to 0
This commit is contained in:
parent
7787aa49e9
commit
52e00e2a90
@ -156,7 +156,7 @@ class CreateUsersTable extends Migration
|
||||
$table->boolean('custom_surcharge_taxes4')->default(false);
|
||||
//$table->boolean('enable_invoice_quantity')->default(true);
|
||||
$table->boolean('show_product_cost')->default(false);
|
||||
$table->unsignedInteger('enabled_tax_rates')->default(1);
|
||||
$table->unsignedInteger('enabled_tax_rates')->default(0);
|
||||
$table->unsignedInteger('enabled_modules')->default(0);
|
||||
|
||||
$table->boolean('enable_product_cost')->default(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user