Merge pull request #669 from sausin/patch-1

Fix typo for inclusive tax type
This commit is contained in:
Denis Duliçi 2018-12-06 10:50:27 +03:00 committed by GitHub
commit 20e5a9204f
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':