epic-ts
[kivitendo-erp.git] / templates / webpages / background_job_history / list.html
index 1a2b948..0296274 100644 (file)
@@ -4,7 +4,7 @@
 
 [%- INCLUDE 'common/flash.html' %]
 
-[%- PROCESS 'background_job_history/_filter.html' filter=SELF.filter %]
+[%- PROCESS 'background_job_history/_filter.html' filter=SELF.models.filtered.laundered %]
 
 [% IF !ENTRIES.size %]
  <p>
@@ -27,7 +27,7 @@
   [%- FOREACH entry = ENTRIES %]
   <tr class="listrow[% loop.count % 2 %]" id="background_job_history_id_[% entry.id %]">
    <td>
-    <a href="[% SELF.url_for(action => 'show', id => entry.id, back_to => SELF.get_callback) %]">
+    <a href="[% SELF.url_for(action => 'show', id => entry.id, back_to => SELF.models.get_callback) %]">
      [%- HTML.escape(entry.package_name) %]
     </a>
    </td>