no message
This commit is contained in:
parent
64461c2743
commit
3f69da24ed
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ sub duplicate {
|
|||
$sth = WebGUI::SQL->read("select * from Product_specification where wobjectId=".$_[0]->get("wobjectId"));
|
||||
while ($row = $sth->hashRef) {
|
||||
$row->{"Product_specificationId"} = "new";
|
||||
$w->setCollateral("Product_specifcation","Product_specificationId",$row);
|
||||
$w->setCollateral("Product_specification","Product_specificationId",$row);
|
||||
}
|
||||
$sth->finish;
|
||||
$sth = WebGUI::SQL->read("select * from Product_accessory where wobjectId=".$_[0]->get("wobjectId"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue