Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision c9f159b2

Von freiphone vor etwa 5 Jahren hinzugefügt

  • ID c9f159b20c7d3c57270134d2f9675643d00b2f3a
  • Vorgänger b71d09b4
  • Nachfolger 9889097a

Kundenstatistik: Defekten Link repariert.

id fehlte falls alter Angebots-Controller in Mandanten-Konfiguration aktiviert.

Unterschiede anzeigen:

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)   || '&nbsp;' %][% 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)   || '&nbsp;' %][% IF row.id %]</a>[% END %]</td>
24 24
        [%- END -%]
25 25
        <td>[% row.transdate.to_kivitendo | html %]</td>

Auch abrufbar als: Unified diff