[freeside-commits] freeside/httemplate/misc order_pkg.html, 1.14, 1.15
Mark Wells
mark at wavetail.420.am
Thu Aug 19 12:11:47 PDT 2010
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.44, 1.45 prorate.pm, 1.19, 1.20 prorate_Mixin.pm, NONE, 1.1 recur_Common.pm, 1.3, 1.4
- Next message: [freeside-commits] freeside/httemplate/misc order_pkg.html, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail.420.am:/tmp/cvs-serv1217/httemplate/misc
Modified Files:
order_pkg.html
Log Message:
part_pkg prorate mixin and sync_bill_date option, RT#9554
Index: order_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/order_pkg.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -w -d -r1.14 -r1.15
--- order_pkg.html 18 Mar 2010 07:59:52 -0000 1.14
+++ order_pkg.html 19 Aug 2010 19:11:45 -0000 1.15
@@ -128,7 +128,11 @@
my $pkgpart = scalar($cgi->param('pkgpart'));
my $format = $date_format. ' %T %z (%Z)'; #false laziness w/REAL_cust_pkg.cgi?
-my $start_date = $cust_main->next_bill_date;
+my $start_date = '';
+if(! $conf->exists('order_pkg-no_start_date') ) {
+ warn "foo";
+ $cust_main->next_bill_date;
$start_date = $start_date ? time2str($format, $start_date) : '';
+}
</%init>
- Previous message: [freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.44, 1.45 prorate.pm, 1.19, 1.20 prorate_Mixin.pm, NONE, 1.1 recur_Common.pm, 1.3, 1.4
- Next message: [freeside-commits] freeside/httemplate/misc order_pkg.html, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list