refs #602 change calculate to included

This commit is contained in:
cuneytsenturk
2018-11-07 11:45:29 +03:00
parent 4131237c47
commit 9fdcf7dbbe
5 changed files with 61 additions and 45 deletions

View File

@ -40,7 +40,7 @@ class Taxes extends Controller
{
$types = [
'normal' => trans('taxes.normal'),
'calculate' => trans('taxes.calculate'),
'included' => trans('taxes.included'),
'compound' => trans('taxes.compound'),
];
@ -76,7 +76,7 @@ class Taxes extends Controller
{
$types = [
'normal' => trans('taxes.normal'),
'calculate' => trans('taxes.calculate'),
'included' => trans('taxes.included'),
'compound' => trans('taxes.compound'),
];