Revision f6257c87
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
templates/webpages/price_rule/form.html | ||
---|---|---|
28 | 28 |
|
29 | 29 |
<tr> |
30 | 30 |
<th align="right">[% 'Valid' | $T8 %]</th> |
31 |
<td>[% L.select_tag('project.project_type_id', [ [ 0, LxERP.t8('Valid') ], [ 1 , LxERP.t8('Obsolete')]], default=SELF.price_rule.obsolete, title_key='description', style='width: 300px') %]</td>
|
|
31 |
<td>[% L.select_tag('price_rule.obsolete', [ [ 0, LxERP.t8('Valid') ], [ 1 , LxERP.t8('Obsolete')]], default=SELF.price_rule.obsolete, title_key='description', style='width: 300px') %]</td>
|
|
32 | 32 |
</tr> |
33 | 33 |
|
34 | 34 |
<tr> |
Auch abrufbar als: Unified diff
PriceRule: gültig korrekt editierbar machen