[freeside-commits] freeside/FS/FS/part_pkg flat.pm, 1.13.2.10, 1.13.2.11

Ivan,,, ivan at wavetail.420.am
Fri Sep 12 00:07:57 PDT 2008


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	flat.pm 
Log Message:
don't throw noisy warnings about missing new recur_temporality, RT#3851

Index: flat.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg/flat.pm,v
retrieving revision 1.13.2.10
retrieving revision 1.13.2.11
diff -u -d -r1.13.2.10 -r1.13.2.11
--- flat.pm	12 Sep 2008 00:53:44 -0000	1.13.2.10
+++ flat.pm	12 Sep 2008 07:07:54 -0000	1.13.2.11
@@ -131,7 +131,7 @@
   my $last_bill = $cust_pkg->get('last_bill'); #->last_bill falls back to setup
 
   return 0
-    if $self->option('recur_temporality') eq 'preceding' && $last_bill == 0;
+    if $self->option('recur_temporality', 1) eq 'preceding' && $last_bill == 0;
 
   $self->base_recur($cust_pkg);
 }



More information about the freeside-commits mailing list