X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Forder%2Ftabs%2F_row.html;h=de1ad02101552442163db7396a3b3c4e2030c061;hb=b638b6a13dea5935637b3c38b1a3252053fa1a46;hp=20755d26ba4fdb483a7106a029be59d5b47bc5c6;hpb=ff5279eda2b2e7fb378bfc65ea582b10a06ed604;p=kivitendo-erp.git diff --git a/templates/webpages/order/tabs/_row.html b/templates/webpages/order/tabs/_row.html index 20755d26b..de1ad0210 100644 --- a/templates/webpages/order/tabs/_row.html +++ b/templates/webpages/order/tabs/_row.html @@ -32,6 +32,7 @@ LxERP.t8("X"), confirm=LxERP.t8("Are you sure?")) %] + [%- IF SELF.show_update_button -%] [%- L.img_tag(src="image/rotate_cw.svg", alt=LxERP.t8('Update from master data'), @@ -39,10 +40,13 @@ onclick="if (!confirm('" _ LxERP.t8("Are you sure to update this position from master data?") _ "')) return false; kivi.Order.update_row_from_master_data(this);", id='update_from_master') %] + [%- END -%] -
[% HTML.escape(ITEM.part.partnumber) %]
+
+ [%- P.link_tag(SELF.url_for(controller='Part', action='edit', 'part.id'=ITEM.part.id), ITEM.part.partnumber, target="_blank", title=LxERP.t8('Open in new window')) -%] +
- [%- IF SEARCH_CVPARTNUMBER -%] + [%- IF SELF.search_cvpartnumber -%]
[% HTML.escape(ITEM.cvpartnumber) %]
@@ -60,7 +64,7 @@ [%- END -%] [%- L.button_tag("kivi.Order.show_longdescription_dialog(this)", LxERP.t8("L")) %] - [%- IF (TYPE == "sales_order" || TYPE == "purchase_order") -%] + [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%] [%- L.div_tag(LxERP.format_amount(ITEM.shipped_qty, 2, 0) _ ' ' _ ITEM.unit, name="shipped_qty", class="numeric") %] @@ -77,7 +81,7 @@ [%- L.select_tag("order.orderitems[].price_factor_id", - ALL_PRICE_FACTORS, + SELF.all_price_factors, default = ITEM.price_factor_id, title_key = 'description', with_empty = 1, @@ -140,7 +144,7 @@ [%- IF MYCONFIG.show_form_details || ITEM.render_second_row %]
- [%- PROCESS order/tabs/_second_row.html ITEM=ITEM TYPE=TYPE %] + [%- PROCESS order/tabs/_second_row.html ITEM=ITEM TYPE=SELF.type %]
[%- ELSE %]