Till Brehm
2013-11-20 6a8a67f05081001851bbd70644188263132c5921
interface/web/client/client_edit.php
@@ -172,6 +172,7 @@
      $app->tpl->setVar('template_additional_list', $text);
      $app->tpl->setVar('app_module', 'client');
      
      //* Set the 'customer no' default value
      if($this->id == 0) {
         
@@ -210,6 +211,9 @@
            }
         }
      }
      $app->tpl->setVar('btn_save_txt',$app->lng('btn_save_txt'));
      $app->tpl->setVar('btn_cancel_txt',$app->lng('btn_cancel_txt'));
      parent::onShowEnd();