Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 20 Apr 2012 14:08:00 +0000 (16:08 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 20 Apr 2012 14:08:00 +0000 (16:08 +0200)
VERSION
templates/webpages/ct/form_header.html

diff --git a/VERSION b/VERSION
index 24ba9a3..dd8693a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7.0
+2.7.1-unstable
index 92c098d..8263d87 100644 (file)
       </td>
       [%- IF is_customer && !conf_vertreter %]
       <th align="right">[% 'Salesman' | $T8 %]</th>
-      <td>[% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id, show_empty=1, title='safe_name')) %]</td>
+      <td>[% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=salesman_id, with_empty=1, title='safe_name')) %]</td>
       [%- END %]
      </tr>
     </table>