Till Brehm
2014-01-03 3ba56480d4e7ba4f9fffa2062dbca5cb41a5bb01
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();
   }