[freeside-commits] freeside/httemplate/view cust_main.cgi, 1.134, 1.135
Ivan,,,
ivan at wavetail.420.am
Tue Oct 19 19:07:04 PDT 2010
- Previous message: [freeside-commits] freeside/FS/FS/Cron bill.pm, 1.32, 1.33 notify.pm, 1.11, 1.12
- Next message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.564, 1.565 Conf.pm, 1.389, 1.390 cust_bill.pm, 1.295, 1.296 cust_pay.pm, 1.87, 1.88 cust_pay_void.pm, 1.10, 1.11 cust_credit.pm, 1.45, 1.46 cust_refund.pm, 1.37, 1.38 AccessRight.pm, 1.54, 1.55 option_Common.pm, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail.420.am:/tmp/cvs-serv8653/httemplate/view
Modified Files:
cust_main.cgi
Log Message:
customer merging, RT#10247
Index: cust_main.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_main.cgi,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -w -d -r1.134 -r1.135
--- cust_main.cgi 4 Sep 2010 02:19:03 -0000 1.134
+++ cust_main.cgi 20 Oct 2010 02:07:02 -0000 1.135
@@ -64,6 +64,22 @@
% }
+% if ( $curuser->access_right('Merge customer') ) {
+
+ <% include( '/elements/popup_link-cust_main.html',
+ { 'action' => $p. 'misc/merge_cust.html',
+ 'label' => 'Merge this customer',
+ 'actionlabel' => 'Merge customer',
+ #'color' => '#ff0000',
+ 'cust_main' => $cust_main,
+ 'width' => 480,
+ 'height' => 192,
+ }
+ )
+ %> |
+
+% }
+
% if ( $conf->exists('deletecustomers')
% && $curuser->access_right('Delete customer')
% ) {
- Previous message: [freeside-commits] freeside/FS/FS/Cron bill.pm, 1.32, 1.33 notify.pm, 1.11, 1.12
- Next message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.564, 1.565 Conf.pm, 1.389, 1.390 cust_bill.pm, 1.295, 1.296 cust_pay.pm, 1.87, 1.88 cust_pay_void.pm, 1.10, 1.11 cust_credit.pm, 1.45, 1.46 cust_refund.pm, 1.37, 1.38 AccessRight.pm, 1.54, 1.55 option_Common.pm, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list