mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-20 04:05:01 +00:00
invoice backend VAT & discount calculations
This commit is contained in:
@@ -39,7 +39,6 @@ class CreateInvoicesTable extends Migration
|
||||
|
||||
$table->text('currency');
|
||||
|
||||
$table->string('total_discount')->nullable();
|
||||
$table->string('total_net')->nullable();
|
||||
$table->string('total_tax')->nullable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user