Till Brehm
2016-01-29 ab0d78da3371c569cd7ca0832339bd5de8ad3544
The Paypal address is optional for Client and Reseller settings.
2 files modified
4 ■■■■ changed files
interface/web/client/form/client.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/client/form/reseller.tform.php 2 ●●● patch | view | raw | blame | history
interface/web/client/form/client.tform.php
@@ -501,7 +501,7 @@
                    'type' => 'TOLOWER')
            ),
            'validators' => array (
                0 => array ( 'type' => 'ISEMAIL', 'errmsg'=> 'email_error_isemail'),
                0 => array ( 'type' => 'ISEMAIL', 'allowempty' => 'y', 'errmsg'=> 'email_error_isemail'),
            ),
            'default' => '',
            'value'  => '',
interface/web/client/form/reseller.tform.php
@@ -499,7 +499,7 @@
                    'type' => 'TOLOWER')
            ),
            'validators' => array (
                0 => array ( 'type' => 'ISEMAIL', 'errmsg'=> 'paypal_email_error_isemail'),
                0 => array ( 'type' => 'ISEMAIL', 'allowempty' => 'y', 'errmsg'=> 'paypal_email_error_isemail'),
            ),
            'default' => '',
            'value'  => '',