data['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->getAmount()); ?> | = $this->getCurrency($value->singlePurchasePriceNet); ?> | = $this->getCurrency($value->totalPurchasePriceNet); ?> | ||||
| = $this->getHtml('Empty', '0', '0'); ?> | ||||||||