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/webpages/order/tabs/basic_data.html
192 192
          </tr>
193 193
          [%- END -%]
194 194

  
195
          [%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "sales_quotation") -%]
195
          [%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") -%]
196 196
            [%- SET quo_nr_txt = 'Quotation Number' -%]
197 197
          [%- ELSE -%]
198 198
            [%- SET quo_nr_txt = 'RFQ Number' -%]
......
222 222

  
223 223
          [%- IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
224 224
            [%- SET transdate_txt = 'Order Date' -%]
225
          [%- ELSIF SELF.type == "sales_quotation" -%]
225
          [%- ELSIF (SELF.type == "sales_quotation" || SELF.type == "purchase_quotation_intake") -%]
226 226
            [%- SET transdate_txt = 'Quotation Date' -%]
227 227
          [%- ELSE -%]
228 228
            [%- SET transdate_txt = 'RFQ Date' -%]

Auch abrufbar als: Unified diff