[Koha-bugs] [Bug 33783] Populate actual cost with estimated cost if actual cost not set when receiving (bug 8179 follow-up)

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 30 14:56:07 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33783

--- Comment #12 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
416             [% IF (invoiceincgst) %]
417                 [% SET unitprice = order.unitprice_tax_included > 0 ?
order.unitprice_tax_included : order.ecost_tax_included %]
418                 <input type="text" size="20" name="unitprice"
id="unitprice" value="[% unitprice | $Price on_editing => 1 %]" /> <span
class="hint">(tax inclusive)</span>
419             [% ELSE %]
420                 [% SET unitprice = order.unitprice_tax_included > 0 ?
order.unitprice_tax_excluded : order.ecost_tax_excluded %]
421                 <input type="text" size="20" name="unitprice"
id="unitprice" value="[% unitprice | $Price on_editing => 1 %]" /> <span
class="hint">(tax exclusive)</span>
422             [% END %]

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list