TT#8773 remove the right duplicate voucher package field

Change-Id: I8455a15d4d7fd15a7f2e8177647d0b40f208b2b4
changes/35/10735/2
Rene Krenn 9 years ago
parent 04ab1bf08e
commit e32f4a0034

@ -51,12 +51,12 @@ has_field 'customer' => (
},
);
has_field 'package_id' => (
type => 'PosInteger',
required => 0,
has_field 'package' => (
type => '+NGCP::Panel::Field::ProfilePackage',
#required => 1,
element_attr => {
rel => ['tooltip'],
title => ['The package this voucher belongs to.']
title => ['The profile package the customer will switch with the top-up.']
},
);

Loading…
Cancel
Save