Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 594592cb

Von Sven Schöling vor mehr als 9 Jahren hinzugefügt

  • ID 594592cb506fcd82a45117653d7a1ab51ca8b446
  • Vorgänger fd938095
  • Nachfolger bc8c26f3

PriceRule: Redirect nach Abbrechen gefixt

Unterschiede anzeigen:

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