[freeside-commits] branch FREESIDE_3_BRANCH updated. 91bc17ed49d45f402571610eebf0a2d59d189675
Christopher Burger
burgerc at freeside.biz
Wed Dec 26 14:22:53 PST 2018
The branch, FREESIDE_3_BRANCH has been updated
via 91bc17ed49d45f402571610eebf0a2d59d189675 (commit)
from 2374e0953e82e13e71bb7eaeaffd41bfeb324719 (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 91bc17ed49d45f402571610eebf0a2d59d189675
Author: Christopher Burger <burgerc at freeside.biz>
Date: Wed Dec 26 14:09:46 2018 -0500
RT# - added Holidays thru 2019
Conflicts:
FS/FS/pay_batch/eft_canada.pm
diff --git a/FS/FS/pay_batch/eft_canada.pm b/FS/FS/pay_batch/eft_canada.pm
index 78f1e964f..ade5243a4 100644
--- a/FS/FS/pay_batch/eft_canada.pm
+++ b/FS/FS/pay_batch/eft_canada.pm
@@ -44,6 +44,22 @@ my %holiday = (
9 => { map {$_=>1} 4 }, #labour day
10 => { map {$_=>1} 9 }, #thanksgiving
},
+ 2018 => { 2 => { map {$_=>1} 19 }, #family day
+ 3 => { map {$_=>1} 30 }, #good friday
+ 4 => { map {$_=>1} 2 }, #easter monday
+ 5 => { map {$_=>1} 21 }, #victoria day
+ 8 => { map {$_=>1} 6 }, #First Monday of August Civic Holiday
+ 9 => { map {$_=>1} 3 }, #labour day
+ 10 => { map {$_=>1} 8 }, #thanksgiving
+ },
+ 2019 => { 2 => { map {$_=>1} 18 }, #family day
+ 4 => { map {$_=>1} 19 }, #good friday
+ 4 => { map {$_=>1} 22 }, #easter monday
+ 5 => { map {$_=>1} 20 }, #victoria day
+ 8 => { map {$_=>1} 5 }, #First Monday of August Civic Holiday
+ 9 => { map {$_=>1} 2 }, #labour day
+ 10 => { map {$_=>1} 14 }, #thanksgiving
+ },
);
sub is_holiday {
-----------------------------------------------------------------------
Summary of changes:
FS/FS/pay_batch/eft_canada.pm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
More information about the freeside-commits
mailing list