TT#22505 TT#21271 Fix subscribers API so get2put works

Change-Id: I4d5e2abfe96b147362f22d9f715198cf0bd7731a
changes/51/16051/1
Irina Peshinskaya 8 years ago
parent 443426674f
commit 4dc630cd27

@ -130,6 +130,8 @@ sub resource_from_item {
if($pref->first and length($pref->first->value) > 0) {
#cast to Numeric accordingly to the form field type and customer note in the ticket #10313
$resource{lock} = $pref->first->value;
}else{
$resource{lock} = undef;
}
} else {
# fields we never want to see

Loading…
Cancel
Save