diff options
Diffstat (limited to 'FS/t')
-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, }); |