[freeside-commits] branch FREESIDE_3_BRANCH updated. e35cfefb4b71342ec99384d8301e7e3f4a90a55f

Ivan ivan at 420.am
Sat Jan 3 20:19:10 PST 2015


The branch, FREESIDE_3_BRANCH has been updated
       via  e35cfefb4b71342ec99384d8301e7e3f4a90a55f (commit)
      from  0ba73dcbc4642efebac09fba8b18f0dfad675de2 (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 e35cfefb4b71342ec99384d8301e7e3f4a90a55f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sat Jan 3 20:19:09 2015 -0800

    2016 holidays for EFT canada, RT#18117

diff --git a/FS/FS/pay_batch/eft_canada.pm b/FS/FS/pay_batch/eft_canada.pm
index b7a9e19..2e89322 100644
--- a/FS/FS/pay_batch/eft_canada.pm
+++ b/FS/FS/pay_batch/eft_canada.pm
@@ -25,24 +25,6 @@ my %holiday_yearly = (
   12 => { map {$_=>1} 26 }, #boxing day
 );
 my %holiday = (
-  2013 => {  2 => { map {$_=>1} 18 }, #family day
-             3 => { map {$_=>1} 29 }, #good friday
-             4 => { map {$_=>1}  1 }, #easter monday
-             5 => { map {$_=>1} 20 }, #victoria day
-             7 => { map {$_=>1}  1 }, #canada day
-             8 => { map {$_=>1}  5 }, #First Monday of August Civic Holiday
-             9 => { map {$_=>1}  2 }, #labour day
-            10 => { map {$_=>1} 14 }, #thanksgiving
-          },
-  2014 => {  2 => { map {$_=>1} 17 }, #family day
-             4 => { map {$_=>1} 18 }, #good friday
-             4 => { map {$_=>1} 21 }, #easter monday
-             5 => { map {$_=>1} 19 }, #victoria day
-             7 => { map {$_=>1}  1 }, #canada day
-             8 => { map {$_=>1}  4 }, #First Monday of August Civic Holiday
-             9 => { map {$_=>1}  1 }, #labour day
-            10 => { map {$_=>1} 13 }, #thanksgiving
-          },
   2015 => {  2 => { map {$_=>1} 16 }, #family day
              4 => { map {$_=>1}  3 }, #good friday
              4 => { map {$_=>1}  6 }, #easter monday
@@ -52,6 +34,15 @@ my %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
+             5 => { map {$_=>1} 23 }, #victoria day
+             7 => { map {$_=>1}  1 }, #canada day
+             8 => { map {$_=>1}  1 }, #First Monday of August Civic Holiday
+             9 => { map {$_=>1}  5 }, #labour day
+            10 => { map {$_=>1} 10 }, #thanksgiving
+          },
 );
 
 %export_info = (

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

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




More information about the freeside-commits mailing list