diff options
author | Mark Wells <mark@freeside.biz> | 2016-05-16 22:45:38 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2016-05-16 22:45:38 -0700 |
commit | 23b82515ec33f78da175c2f01ef97dace3f3e669 (patch) | |
tree | 81d69708845b41536191a5e786303303806ce0f2 | |
parent | 296ed635739f362ee077eac1bcb67c408f600a31 (diff) |
fix test #5
-rwxr-xr-x | FS/t/suite/05-prorate_sync_same_day.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/t/suite/05-prorate_sync_same_day.t b/FS/t/suite/05-prorate_sync_same_day.t index 91a8efa74..315be0606 100755 --- a/FS/t/suite/05-prorate_sync_same_day.t +++ b/FS/t/suite/05-prorate_sync_same_day.t @@ -54,6 +54,7 @@ foreach my $prorate_mode (1, 2, 3) { last => 'Customer', first => 'Sync bill date', invoice_email => 'newcustomer@fake.freeside.biz', + payby => 'BILL', bill_location => $location, ship_location => $location, }); |