Till Brehm
2014-01-07 c3d8a84506001e2cb227e5f652717a59fa4ced74
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();
   }