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