[freeside-commits] branch FREESIDE_4_BRANCH updated. 7239091fc8ff1aa3410d93b1313b04af3ba69597

Ivan ivan at 420.am
Thu Sep 15 17:02:52 PDT 2016


The branch, FREESIDE_4_BRANCH has been updated
       via  7239091fc8ff1aa3410d93b1313b04af3ba69597 (commit)
      from  def740e695b1eb4a0bae3b55a8158a042cf8d7d6 (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 7239091fc8ff1aa3410d93b1313b04af3ba69597
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Sep 15 17:02:51 2016 -0700

    2017 holidays, RT#18117

diff --git a/FS/FS/pay_batch/eft_canada.pm b/FS/FS/pay_batch/eft_canada.pm
index fd3c52a..78f1e96 100644
--- a/FS/FS/pay_batch/eft_canada.pm
+++ b/FS/FS/pay_batch/eft_canada.pm
@@ -26,15 +26,6 @@ my %holiday_yearly = (
   12 => { map {$_=>1} 26 }, #boxing day
 );
 my %holiday = (
-  2015 => {  2 => { map {$_=>1} 16 }, #family day
-             4 => { map {$_=>1}  3 }, #good friday
-             4 => { map {$_=>1}  6 }, #easter monday
-             5 => { map {$_=>1} 18 }, #victoria day
-             7 => { map {$_=>1}  1 }, #canada day
-             8 => { map {$_=>1}  3 }, #First Monday of August Civic Holiday
-             9 => { map {$_=>1}  7 }, #labour day
-            10 => { map {$_=>1} 12 }, #thanksgiving
-          },
   2016 => {  2 => { map {$_=>1} 15 }, #family day
              3 => { map {$_=>1} 25 }, #good friday
              3 => { map {$_=>1} 28 }, #easter monday
@@ -44,6 +35,15 @@ my %holiday = (
              9 => { map {$_=>1}  5 }, #labour day
             10 => { map {$_=>1} 10 }, #thanksgiving
           },
+  2017 => {  2 => { map {$_=>1} 20 }, #family day
+             4 => { map {$_=>1} 14 }, #good friday
+             4 => { map {$_=>1} 17 }, #easter monday
+             5 => { map {$_=>1} 22 }, #victoria day
+             7 => { map {$_=>1}  1 }, #canada day
+             8 => { map {$_=>1}  7 }, #First Monday of August Civic Holiday
+             9 => { map {$_=>1}  4 }, #labour day
+            10 => { map {$_=>1}  9 }, #thanksgiving
+          },
 );
 
 sub is_holiday {

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

Summary of changes:
 FS/FS/pay_batch/eft_canada.pm |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)




More information about the freeside-commits mailing list