Revision e50f6bd6
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
templates/webpages/price_rule/item.html | ||
---|---|---|
22 | 22 |
[% CASE 'customer' %] |
23 | 23 |
[% 'Customer' | $T8 %] [% 'is' | $T8 %] [% L.customer_vendor_picker('price_rule.items[].value_int', item.customer, type='customer') %] |
24 | 24 |
[% CASE 'vendor' %] |
25 |
[% 'Vendor' | $T8 %] [% 'is' | $T8 %] [% L.vendor_vendor_picker('price_rule.items[].value_int', item.customer, type='vendor') %]
|
|
25 |
[% 'Vendor' | $T8 %] [% 'is' | $T8 %] [% L.customer_vendor_picker('price_rule.items[].value_int', item.vendor, type='vendor') %]
|
|
26 | 26 |
[% CASE 'business' %] |
27 | 27 |
[% 'Type of Business' | $T8 %] [% 'is' | $T8 %] [% L.select_tag('price_rule.items[].value_int', SELF.businesses, title_key='description', default=item.value_int) %] |
28 | 28 |
[% CASE 'partsgroup' %] |
Auch abrufbar als: Unified diff
PriceRule: Typo bei Regel auf Lieferant