[freeside-commits] freeside/FS/FS Conf.pm,1.435,1.436
Ivan,,,
ivan at wavetail.420.am
Sat Mar 12 18:31:12 PST 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv29767/FS/FS
Modified Files:
Conf.pm
Log Message:
qualification address handling changes, RT#7111
Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -w -d -r1.435 -r1.436
--- Conf.pm 8 Mar 2011 01:46:50 -0000 1.435
+++ Conf.pm 0 ??? 1900 4203292:32517:-403435520 -0000 1.436
@@ -4232,9 +4232,16 @@
},
{
- 'key' => 'qual-alt-address-format',
+ 'key' => 'qual-alt_address_format',
'section' => 'UI',
- 'description' => 'Enable the alternate address format (location type, number, and kind) on qualifications',
+ 'description' => 'Enable the alternate address format (location type, number, and kind) for qualifications.',
+ 'type' => 'checkbox',
+ },
+
+ {
+ 'key' => 'prospect_main-alt_address_format',
+ 'section' => 'UI',
+ 'description' => 'Enable the alternate address format (location type, number, and kind) for prospects. Recommended if qual-alt_address_format is set and the main use of propects is for qualifications.',
'type' => 'checkbox',
},
More information about the freeside-commits
mailing list