| (%) | ||||
|---|---|---|---|---|
|
getName()); ?>
getDescription()): ?>
getDescription()); ?>
|
getQuantity() ?: '0'); ?> | format($item->getPrice()) : (new \EasyInvoice\Helpers\QuoteFormatter($quote))->format($item->getPrice())); ?> | getAdjustPercentage(); if ($adjust_percentage != 0) { echo esc_html($adjust_percentage > 0 ? '+' : '') . esc_html($adjust_percentage) . '%'; } else { echo esc_html__('—', 'easy-invoice'); } ?> | format($item->getAmount()) : (new \EasyInvoice\Helpers\QuoteFormatter($quote))->format($item->getAmount())); ?> |