PriceRule: Redirect nach Abbrechen gefixt
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 16 Oct 2014 12:38:51 +0000 (14:38 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 18 Dec 2014 15:18:51 +0000 (16:18 +0100)
templates/webpages/price_rule/form.html

index 30c0e60..62d7988 100644 (file)
@@ -57,6 +57,6 @@
     [% L.submit_tag("action_create", LxERP.t8('Save as new')) %]
     [% 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 %]
    [%- END %]
-   <a href="[% SELF.url_for(action='list', 'vc'=SELF.price_rule.type) %]">[%- LxERP.t8('Abort') %]</a>
+   <a href="[% SELF.url_for(action='list', 'filter.type'=SELF.price_rule.type) %]">[%- LxERP.t8('Abort') %]</a>
   </p>
  </form>