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

Loading…
Cancel
Save