[freeside-commits] branch master updated. 0b2e7bf798685d0d6eb2f7a950783207d686d744
Ivan
ivan at 420.am
Thu Sep 15 17:02:50 PDT 2016
The branch, master has been updated
via 0b2e7bf798685d0d6eb2f7a950783207d686d744 (commit)
from 4d5e45b24200386a7fc47f2cd69949e82e4bc9c3 (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 0b2e7bf798685d0d6eb2f7a950783207d686d744
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Sep 15 17:02:49 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