[freeside-commits] freeside/FS/FS Upgrade.pm,1.24,1.25

Ivan,,, ivan at wavetail.420.am
Sun Dec 21 13:39:57 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv8144/FS/FS

Modified Files:
	Upgrade.pm 
Log Message:
unique checking for svc_phone like svc_acct, closes: RT#4204 (also a few lines of the new per-agent config snuck in Conf.pm from RT#3989)

Index: Upgrade.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Upgrade.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Upgrade.pm	7 Oct 2008 00:10:43 -0000	1.24
+++ Upgrade.pm	21 Dec 2008 21:39:55 -0000	1.25
@@ -84,6 +84,9 @@
 
   tie my %hash, 'Tie::IxHash', 
 
+    #msgcat
+    'msgcat' => [],
+
     #reason type and reasons
     'reason_type'     => [],
     'reason'          => [],



More information about the freeside-commits mailing list