Skip to content

Commit

Permalink
removed demo tax rates
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Dec 21, 2018
1 parent 1e4e6b4 commit 579ee31
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 58 deletions.
1 change: 0 additions & 1 deletion database/seeds/CompanySeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ public function run()
$this->call(Database\Seeds\InvoiceStatuses::class);
$this->call(Database\Seeds\Modules::class);
$this->call(Database\Seeds\Settings::class);
$this->call(Database\Seeds\Taxes::class);
}
}
54 changes: 0 additions & 54 deletions database/seeds/Taxes.php

This file was deleted.

3 changes: 0 additions & 3 deletions resources/lang/en-GB/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,5 @@
'currencies_eur' => 'Euro',
'currencies_gbp' => 'British Pound',
'currencies_try' => 'Turkish Lira',
'taxes_exempt' => 'Tax Exempt',
'taxes_normal' => 'Normal Tax',
'taxes_sales' => 'Sales Tax',

];

0 comments on commit 579ee31

Please sign in to comment.