getData('items') ?? []; ?>
getHtml('Items'); ?>
$value) : if ($value->itemNumber === '') { continue; } ++$count; $url = UriFactory::build('{/base}/sales/item/profile?{?}&id=' . $value->getId()); ?>
getHtml('ID', '0', '0'); ?> getHtml('Name'); ?> getHtml('Quantity'); ?> getHtml('UnitPrice'); ?> getHtml('Discount'); ?> getHtml('Discount%'); ?> getHtml('DiscountBonus'); ?> getHtml('TotalPrice'); ?>
printHtml($value->itemNumber); ?> printHtml($value->itemName); ?> printHtml((string) $value->quantity); ?> printHtml($value->singleSalesPriceNet->getCurrency()); ?> printHtml($value->totalSalesPriceNet->getCurrency()); ?>
getHtml('Empty', '0', '0'); ?>