added missing tax types
This commit is contained in:
parent
3dc969665e
commit
9c9970eafb
@ -28,8 +28,10 @@ class Taxes extends Controller
|
|||||||
public function create()
|
public function create()
|
||||||
{
|
{
|
||||||
$types = [
|
$types = [
|
||||||
|
'fixed' => trans('taxes.fixed'),
|
||||||
'normal' => trans('taxes.normal'),
|
'normal' => trans('taxes.normal'),
|
||||||
'inclusive' => trans('taxes.inclusive'),
|
'inclusive' => trans('taxes.inclusive'),
|
||||||
|
'withholding' => trans('taxes.withholding'),
|
||||||
'compound' => trans('taxes.compound'),
|
'compound' => trans('taxes.compound'),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user