Fix typo for inclusive tax type
This commit is contained in:
parent
0279dc1796
commit
66748959fa
@ -77,7 +77,7 @@ class CreateBillItem
|
||||
$tax = Tax::find($tax_id);
|
||||
|
||||
switch ($tax->type) {
|
||||
case 'included':
|
||||
case 'inclusive':
|
||||
$inclusives[] = $tax;
|
||||
break;
|
||||
case 'compound':
|
||||
|
Loading…
x
Reference in New Issue
Block a user