diff options
-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; |