Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 037f501d

Von Bernd Bleßmann vor 12 Monaten hinzugefügt

  • ID 037f501dc9dff1a865c94e919842541011fc95c9
  • Vorgänger ca26d442
  • Nachfolger 4979985b

Angebots-Eingang: Controller

Unterschiede anzeigen:

templates/design40_webpages/order/tabs/basic_data.html
250 250
        </td>
251 251
      </tr>
252 252
    [% END %]
253
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "sales_quotation") %]
253
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") %]
254 254
      [% SET quo_nr_txt = 'Quotation Number' %]
255 255
    [% ELSE %]
256 256
      [% SET quo_nr_txt = 'RFQ Number' %]
......
278 278
    [% END %]
279 279
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
280 280
      [% SET transdate_txt = 'Order Date' %]
281
    [% ELSIF SELF.type == "sales_quotation" %]
281
    [% ELSIF (SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") %]
282 282
      [% SET transdate_txt = 'Quotation Date' %]
283 283
    [% ELSE %]
284 284
      [% SET transdate_txt = 'RFQ Date' %]
......
376 376
    [% PROCESS order/tabs/_row.html ITEM=item ID=(item.id||item.new_fake_id) %]
377 377
  [% END %]
378 378
  <tfoot>
379
    [% IF (SELF.type == "sales_quotation") || (SELF.type == "request_quotation") %]
379
    [% IF (SELF.type == "sales_quotation") || (SELF.type == "request_quotation")  || (SELF.type == "purchase_quotation_intake") %]
380 380
      [% SET add_col = 0 %]
381 381
    [% ELSE %]
382 382
      [% SET add_col = 1 %]

Auch abrufbar als: Unified diff