Sortierung im BackgroundJob-Controller
[kivitendo-erp.git] / templates / webpages / background_job / form.html
index a4753bb..e7e3640 100644 (file)
@@ -37,6 +37,7 @@
 
   <p>
    [% L.hidden_tag("id", SELF.background_job.id) %]
+   [% L.hidden_tag("back_to", SELF.back_to) %]
    [% L.hidden_tag("action", "BackgroundJob/dispatch") %]
    [% L.submit_tag("action_" _  (SELF.background_job.id ? "update" : "create"), LxERP.t8('Save')) %]
    [%- IF SELF.background_job.id %]