Revision c9f159b2
Von freiphone vor etwa 5 Jahren hinzugefügt
templates/webpages/customer_vendor_turnover/quotation_statistic.html | ||
---|---|---|
19 | 19 |
<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) %]'> |
20 | 20 |
[% END %][% HTML.escape(row.quonumber) || ' ' %][% IF row.id %]</a>[% END %]</td> |
21 | 21 |
[%- ELSE -%] |
22 |
<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) %]'>
|
|
22 |
<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) %]'> |
|
23 | 23 |
[% END %][% HTML.escape(row.quonumber) || ' ' %][% IF row.id %]</a>[% END %]</td> |
24 | 24 |
[%- END -%] |
25 | 25 |
<td>[% row.transdate.to_kivitendo | html %]</td> |
Auch abrufbar als: Unified diff
Kundenstatistik: Defekten Link repariert.
id fehlte falls alter Angebots-Controller in Mandanten-Konfiguration aktiviert.