Merge pull request #669 from sausin/patch-1
Fix typo for inclusive tax type
This commit is contained in:
commit
20e5a9204f
@ -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