Exemplo n.º 1
0
 function handleAddEmptyWeight()
 {
     ProductWeightModel::add(array('id_product_weight' => 'auto'));
     $this->getComponent('weightTabella')->invalidateControl();
 }