Files
crm.e5.pl/custom/Extension/modules/Accounts/Ext/Vardefs/sugarfield_payment_method.php
2024-04-27 09:23:34 +02:00

6 lines
176 B
PHP
Executable File

<?php
// created: 2012-02-01 15:01:07
$dictionary['Account']['fields']['payment_method']['len']=100;
$dictionary['Account']['fields']['payment_method']['required']=false;
?>