fix - Product Asset - specification labels not showing

This commit is contained in:
Roy Johnson 2006-06-28 15:41:00 +00:00
parent 02fc703a76
commit 1bbc14691d
2 changed files with 3 additions and 1 deletions

View file

@ -7,3 +7,5 @@
- fix: Template toolbar missing for Transaction Error Template
- fix: Page fails and cannot be edited except through the db if custom rich editor deleted.
- fix: Search returns not restricted to chosen path or asset type
- fix: Product Asset - specification labels not showing
g

View file

@ -624,7 +624,7 @@ sub www_editSpecificationSave {
return $self->session->privilege->insufficient() unless ($self->canEdit);
$self->setCollateral("Product_specification", "Product_specificationId", {
Product_specificationId => $self->session->form->process("sid"),
name => $self->session->form->process("name"),
name => $self->session->form->process("name","combo"),
value => $self->session->form->process("value","combo"),
units => $self->session->form->process("units","combo")
});