Till Brehm
2013-11-27 9540ba406fa7feaef37e9a7169feae40426db5c3
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,7 +211,7 @@
            }
         }
      }
      parent::onShowEnd();
   }