Till Brehm
2013-11-20 7550de6de2658cb1b77db6d45f085eb68229d9db
interface/web/admin/form/system_config.tform.php
@@ -445,6 +445,34 @@
         'default' => '',
         'value'  => ''
      ),
      'customer_no_template' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array ( 0 => array ( 'type' => 'REGEX',
               'regex' => '/^[a-zA-Z0-0\-\_\[\]]{0,50}$/',
               'errmsg'=> 'customer_no_template_error_regex'),
         ),
         'default' => '',
         'value'  => '',
         'width'  => '30',
         'maxlength' => '255'
      ),
      'customer_no_start' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'default' => '',
         'value'  => '',
         'width'  => '30',
         'maxlength' => '255'
      ),
      'customer_no_counter' => array (
         'datatype' => 'INTEGER',
         'formtype' => 'TEXT',
         'default' => '',
         'value'  => '',
         'width'  => '30',
         'maxlength' => '255'
      ),
      //#################################
      // ENDE Datatable fields
      //#################################