diff options
author | Mark Wells <mark@freeside.biz> | 2016-11-07 16:37:28 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-11-07 16:40:39 -0800 |
commit | 96696ba55a8527765575756b78990acb92e55f16 (patch) | |
tree | 69fccd08975ee313a5360bd1eb1189d69784b71e | |
parent | 3fa5501cf8f3344360cb2a795ab58711d96540f5 (diff) |
fix nit
-rwxr-xr-x | FS/FS/Cron/tax_rate_update.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Cron/tax_rate_update.pm b/FS/FS/Cron/tax_rate_update.pm index e345964e8..2c021b80e 100755 --- a/FS/FS/Cron/tax_rate_update.pm +++ b/FS/FS/Cron/tax_rate_update.pm @@ -109,3 +109,5 @@ sub tax_rate_update { } # else $method isn't wa_sales, no other methods exist yet ''; } + +1; |