summaryrefslogtreecommitdiff
path: root/FS/FS/Cron
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-11-07 16:37:28 -0800
committerMark Wells <mark@freeside.biz>2016-11-07 16:40:32 -0800
commitbd6e42634e0ff49f387b40b2e15029e41fdad852 (patch)
tree64143d00be1f8141c0d31164fe833fc09bfdb59c /FS/FS/Cron
parentd30709564f68fd3e5b32cd57f576ba0e13271d60 (diff)
fix nit
Diffstat (limited to 'FS/FS/Cron')
-rwxr-xr-xFS/FS/Cron/tax_rate_update.pm2
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 e345964..2c021b8 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;