TT#34013 new profile package "tz" interval start modes for api

Change-Id: I762d2187c807b1d89f372c79a5d71418dcd02c11
changes/54/19954/2
Rene Krenn 8 years ago
parent b87f143a27
commit b57c84537b

@ -90,8 +90,10 @@ has_field 'balance_interval_value' => (
has_field 'balance_interval_start_mode' => (
type => 'Select',
options => [
{ value => 'create', label => 'upon customer creation' },
{ value => '1st', label => '1st day of month' },
{ value => '1st', label => '1st day of month, at 00:00 system time' },
{ value => '1st_tz', label => '1st day of month, at 00:00 contract time' },
{ value => 'create', label => 'customer creation date, at 00:00 system time' },
{ value => 'create_tz', label => 'customer creation date, at 00:00 contract time' },
{ value => 'topup_interval', label => 'start interval upon top-up' },
{ value => 'topup', label => 'new interval for each top-up' },
],

Loading…
Cancel
Save