[freeside-commits] branch master updated. 322bb305ccb724f35e869b757e9bb5fa4a468e84

Ivan ivan at 420.am
Tue Feb 24 18:45:02 PST 2015


The branch, master has been updated
       via  322bb305ccb724f35e869b757e9bb5fa4a468e84 (commit)
      from  16c949097105a3bf032acbdc7ccec64170eeb5f2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 322bb305ccb724f35e869b757e9bb5fa4a468e84
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Tue Feb 24 18:44:59 2015 -0800

    noting false laziness

diff --git a/httemplate/elements/select-month_year.html b/httemplate/elements/select-month_year.html
index ad84b91..62c10b1 100644
--- a/httemplate/elements/select-month_year.html
+++ b/httemplate/elements/select-month_year.html
@@ -39,6 +39,8 @@
 
   my $mon  = $opt{'selected_mon'}  || 0;
   my $year = $opt{'selected_year'} || 0;
+
+  #false laziness w/cust_payby->paydate_mon_year
   if ( $date ) {
     if ( $date  =~ /^(\d{4})-(\d{1,2})-\d{1,2}$/ ) { #PostgreSQL date format
       ( $mon, $year ) = ( $2, $1 );

-----------------------------------------------------------------------

Summary of changes:
 httemplate/elements/select-month_year.html |    2 ++
 1 file changed, 2 insertions(+)




More information about the freeside-commits mailing list