Sammelcommit Bankerweiterung und Skonto
[kivitendo-erp.git] / templates / webpages / reconciliation / search.html
index b87ed4a..3474b28 100644 (file)
@@ -11,7 +11,7 @@
  <table>
   <tr>
    <th align="right">[% 'Bank account' | $T8 %]</th>
-   <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, default=bank_account, title_sub=\label_sub, with_empty=0, style='width:450px') %]</td>
+   <td>[% L.select_tag('filter.local_bank_account_id:number', SELF.BANK_ACCOUNTS, title_key='displayable_name', with_empty=0, style='width:450px') %]</td>
   </tr>
 
   <tr>
@@ -26,7 +26,7 @@
 
   <tr>
    <th align="right">[% 'Cleared/uncleared only' | $T8 %]</th>
-   <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title') %]</td>
+   <td>[% L.select_tag('filter.cleared:eq_ignore_empty', SELF.cleared, value_key = 'value', title_key = 'title', default = 'FALSE' ) %]</td>
   </tr>
 
   <tr>