X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c9b0fd1a799f6992917f1b5fb92b661ad18cb30c..ea402a2c8bf7200a1ebaddec3428fb9af8e20fc0:/templates/webpages/delivery_order/tabs/_row.html
diff --git a/templates/webpages/delivery_order/tabs/_row.html b/templates/webpages/delivery_order/tabs/_row.html
index 60d6cf18a..648364726 100644
--- a/templates/webpages/delivery_order/tabs/_row.html
+++ b/templates/webpages/delivery_order/tabs/_row.html
@@ -92,11 +92,6 @@
value_key = 'name',
class = 'unitselect') %]
-
- [%- L.button_tag("kivi.Order.price_chooser_item_row(this)",
- ITEM.active_price_source.source_description _ ' | ' _ ITEM.active_discount_source.source_description,
- name = "price_chooser_button") %]
- |
[% SET RIGHT_TO_EDIT_PRICES = 0 %]
[% IF (SELF.type == "sales_order" || SELF.type == "sales_quotation") %]
[% SET RIGHT_TO_EDIT_PRICES = AUTH.assert('sales_edit_prices', 1) %]
@@ -105,8 +100,7 @@
[% SET RIGHT_TO_EDIT_PRICES = AUTH.assert('purchase_edit_prices', 1) %]
[% END %]
- [%- L.hidden_tag("order.orderitems[].active_price_source", ITEM.active_price_source.source) %]
- [%- SET EDIT_PRICE = (RIGHT_TO_EDIT_PRICES && ITEM.active_price_source.source == '') %]
+ [%- SET EDIT_PRICE = (RIGHT_TO_EDIT_PRICES) %]
[%- L.input_tag("order.orderitems[].sellprice_as_number",
ITEM.sellprice_as_number,
@@ -122,8 +116,7 @@
|
- [%- L.hidden_tag("order.orderitems[].active_discount_source", ITEM.active_discount_source.source) %]
- [%- SET EDIT_DISCOUNT = (RIGHT_TO_EDIT_PRICES && ITEM.active_discount_source.source == '') %]
+ [%- SET EDIT_DISCOUNT = (RIGHT_TO_EDIT_PRICES) %]
[%- L.input_tag("order.orderitems[].discount_as_percent",
ITEM.discount_as_percent,
|