[freeside-commits] freeside/httemplate/browse part_pkg.cgi, 1.59, 1.59.2.1
Ivan,,,
ivan at wavetail.420.am
Thu Jun 9 20:34:01 PDT 2011
- Previous message: [freeside-commits] freeside/FS/FS part_pkg.pm, 1.111.2.5, 1.111.2.6 Schema.pm, 1.239.2.44, 1.239.2.45 cust_bill.pm, 1.299.2.35, 1.299.2.36 cust_bill_pkg.pm, 1.51.4.2, 1.51.4.3
- Next message: [freeside-commits] freeside/httemplate/edit svc_broadband.cgi, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/browse
In directory wavetail.420.am:/tmp/cvs-serv15876/httemplate/browse
Modified Files:
Tag: FREESIDE_2_1_BRANCH
part_pkg.cgi
Log Message:
add package def option to show $0 recurring on invoices, RT#9777
Index: part_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/browse/part_pkg.cgi,v
retrieving revision 1.59
retrieving revision 1.59.2.1
diff -u -w -d -r1.59 -r1.59.2.1
--- part_pkg.cgi 3 Nov 2010 00:33:24 -0000 1.59
+++ part_pkg.cgi 10 Jun 2011 03:33:57 -0000 1.59.2.1
@@ -238,6 +238,14 @@
: ()
),
],
+ [ { data =>
+ ( $part_pkg->option('recur_fee') == 0 && $part_pkg->recur_show_zero )
+ ? ' (printed on invoices)'
+ : '',
+ align => 'center', #?
+ colspan => 2,
+ },
+ ],
( map {
my $dst_pkg = $_->dst_pkg;
[
- Previous message: [freeside-commits] freeside/FS/FS part_pkg.pm, 1.111.2.5, 1.111.2.6 Schema.pm, 1.239.2.44, 1.239.2.45 cust_bill.pm, 1.299.2.35, 1.299.2.36 cust_bill_pkg.pm, 1.51.4.2, 1.51.4.3
- Next message: [freeside-commits] freeside/httemplate/edit svc_broadband.cgi, 1.23, 1.24
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list