Till Brehm
2013-12-02 332ae547db7ffce8b4de5da14eb1490414e06afc
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();
   }