add without tax item to commodity and sell invoices
This commit is contained in:
parent
bae07712e9
commit
5cd392660d
|
@ -127,7 +127,9 @@ class CommodityController extends AbstractController
|
||||||
$temp['khadamat'] = false;
|
$temp['khadamat'] = false;
|
||||||
if ($item->isKhadamat())
|
if ($item->isKhadamat())
|
||||||
$temp['khadamat'] = true;
|
$temp['khadamat'] = true;
|
||||||
|
$temp['withoutTax'] = false;
|
||||||
|
if ($item->isWithoutTax())
|
||||||
|
$temp['withoutTax'] = true;
|
||||||
$temp['commodityCountCheck'] = $item->isCommodityCountCheck();
|
$temp['commodityCountCheck'] = $item->isCommodityCountCheck();
|
||||||
$temp['minOrderCount'] = $item->getMinOrderCount();
|
$temp['minOrderCount'] = $item->getMinOrderCount();
|
||||||
$temp['dayLoading'] = $item->getDayLoading();
|
$temp['dayLoading'] = $item->getDayLoading();
|
||||||
|
|
Loading…
Reference in a new issue