Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 1ced201d

Von Bernd Bleßmann vor 12 Monaten hinzugefügt

  • ID 1ced201db2d8fc0eeb80c0d4ea9cc48b7133fa85
  • Vorgänger 47b2bb2b
  • Nachfolger ef5a7368

Auftrags-Eingang: design40: Maske

Unterschiede anzeigen:

templates/design40_webpages/order/tabs/_row.html
54 54
      [% L.hidden_tag("order.orderitems[].longdescription", ITEM.longdescription) %]
55 55
      [% L.button_tag("kivi.Order.show_longdescription_dialog(this)", LxERP.t8("L"), class="wi-tiny neutral") %]
56 56
    </td>
57
    [% IF (SELF.type == "sales_order" || SELF.type == "purchase_order") %]
57
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "purchase_order") %]
58 58
    <td>
59 59
      [%- L.div_tag(LxERP.format_amount(ITEM.shipped_qty, 2, 0) _ ' ' _ ITEM.unit, name="shipped_qty", class="numeric") %]
60 60
    </td>
......
92 92
                       class = "neutral") %]
93 93
    </td>
94 94
    [% SET RIGHT_TO_EDIT_PRICES = 0 %]
95
    [% IF (SELF.type == "sales_order" || SELF.type == "sales_quotation") %]
95
    [% IF (SELF.type == "sales_order_intake" || SELF.type == "sales_order" || SELF.type == "sales_quotation") %]
96 96
      [% SET RIGHT_TO_EDIT_PRICES = AUTH.assert('sales_edit_prices', 1) %]
97 97
    [% END %]
98 98
    [% IF (SELF.type == "purchase_order" || SELF.type == "request_quotation") %]

Auch abrufbar als: Unified diff