Link für Kunden bearbeiten aus Rechnung heraus
authorJan Büren <jan@kivitendo.de>
Mon, 7 Feb 2022 11:20:36 +0000 (12:20 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 7 Feb 2022 11:20:36 +0000 (12:20 +0100)
templates/webpages/is/form_header.html

index 8f307fd..5b78c3e 100644 (file)
@@ -57,6 +57,7 @@
           <td>
            [% P.customer_vendor.picker("customer_id", customer_id, type="customer", style="width: 250px", class="initial_focus", onchange="\$('#update_button').click()") %]
            [% L.button_tag("show_vc_details('customer')", LxERP.t8('Details (one letter abbreviation)')) %]
+           [% P.link_tag('controller.pl?action=CustomerVendor/edit&db=customer&id=' _ customer_id, LxERP.t8('Edit'), target="_blank", title=LxERP.t8('Open in new window')) %]
            [% L.hidden_tag("previous_customer_id", customer_id) %]
            [% L.hidden_tag("customer_pricegroup_id", customer_pricegroup_id) %]
           </td>