Kundenstatistik: Defekten Link repariert.
authorfreiphone <kontakt@frei-phone.de>
Sat, 4 Jan 2020 22:45:55 +0000 (23:45 +0100)
committerJan Büren <jan@kivitendo.de>
Thu, 9 Jan 2020 08:54:34 +0000 (09:54 +0100)
id fehlte falls alter Angebots-Controller in Mandanten-Konfiguration aktiviert.

templates/webpages/customer_vendor_turnover/quotation_statistic.html

index 0c37bd5..d70da45 100644 (file)
@@ -19,7 +19,7 @@
           <td>[% IF row.id %]<a href='controller.pl?action=Order/edit&type=[% IF FORM.db == "customer" %]sales_quotation[% ELSE %]request_quotation[% END %]&id=[% HTML.escape(row.id) %]'>
               [% END %][% HTML.escape(row.quonumber)   || '&nbsp;' %][% IF row.id %]</a>[% END %]</td>
         [%- ELSE -%]
-          <td>[% IF row.id %]<a href='oe.pl?action=edit&type=[% IF FORM.db == "customer" %]sales_quotation[% ELSE %]request_quotation[% END %]&vc=[% FORM.db %]&id=[% HTML.escape(row.oe_id) %]'>
+          <td>[% IF row.id %]<a href='oe.pl?action=edit&type=[% IF FORM.db == "customer" %]sales_quotation[% ELSE %]request_quotation[% END %]&vc=[% FORM.db %]&id=[% HTML.escape(row.id) %]'>
               [% END %][% HTML.escape(row.quonumber)   || '&nbsp;' %][% IF row.id %]</a>[% END %]</td>
         [%- END -%]
         <td>[% row.transdate.to_kivitendo | html %]</td>