Fix typo for inclusive tax type

This commit is contained in:
sausin 2018-12-05 20:49:44 +05:30 committed by GitHub
parent 0279dc1796
commit 66748959fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class CreateBillItem
$tax = Tax::find($tax_id);
switch ($tax->type) {
case 'included':
case 'inclusive':
$inclusives[] = $tax;
break;
case 'compound':