[freeside-commits] branch FREESIDE_3_BRANCH updated. 8a25843377c336b59696ba5d809fbccc7e2fd102
Ivan
ivan at 420.am
Thu Sep 15 17:02:54 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via 8a25843377c336b59696ba5d809fbccc7e2fd102 (commit)
from f7a8fd08a8fa950c910eb57450e41c160347fa56 (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 8a25843377c336b59696ba5d809fbccc7e2fd102
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Sep 15 17:02:53 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