getData('items') ?? []; ?>
| = $this->getHtml('ID', '0', '0'); ?> | = $this->getHtml('Name'); ?> | = $this->getHtml('Quantity'); ?> | = $this->getHtml('UnitPrice'); ?> | = $this->getHtml('Discount'); ?> | = $this->getHtml('Discount%'); ?> | = $this->getHtml('DiscountBonus'); ?> | = $this->getHtml('TotalPrice'); ?> | |
| = $this->printHtml($value->itemNumber); ?> | = $this->printHtml($value->itemName); ?> | = $this->printHtml((string) $value->quantity); ?> | = $this->printHtml($value->singleSalesPriceNet->getCurrency()); ?> | = $this->printHtml($value->totalSalesPriceNet->getCurrency()); ?> | ||||
| = $this->getHtml('Empty', '0', '0'); ?> | ||||||||