Revision 594592cb
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
templates/webpages/price_rule/form.html | ||
---|---|---|
57 | 57 |
[% L.submit_tag("action_create", LxERP.t8('Save as new')) %] |
58 | 58 |
[% L.submit_tag("action_destroy", LxERP.t8('Delete'), confirm=LxERP.t8('Do you really want to delete this object?')) IF !SELF.price_rule.in_use %] |
59 | 59 |
[%- END %] |
60 |
<a href="[% SELF.url_for(action='list', 'vc'=SELF.price_rule.type) %]">[%- LxERP.t8('Abort') %]</a>
|
|
60 |
<a href="[% SELF.url_for(action='list', 'filter.type'=SELF.price_rule.type) %]">[%- LxERP.t8('Abort') %]</a>
|
|
61 | 61 |
</p> |
62 | 62 |
</form> |
Auch abrufbar als: Unified diff
PriceRule: Redirect nach Abbrechen gefixt