Skip to content
Snippets Groups Projects
Commit badd4aef authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

Version 2.1: Fix problem when params are not saved in VM 2.0.12 and 2.014

parent 191b9320
No related branches found
No related tags found
No related merge requests found
File added
File added
...@@ -504,6 +504,11 @@ class plgVmShipmentRules_Shipping_Base extends vmPSPlugin { ...@@ -504,6 +504,11 @@ class plgVmShipmentRules_Shipping_Base extends vmPSPlugin {
return $this->declarePluginParams ('shipment', $name, $id, $data); return $this->declarePluginParams ('shipment', $name, $id, $data);
} }
/* This function is needed in VM 2.0.14 etc. because otherwise the params are not saved */
function plgVmSetOnTablePluginParamsShipment ($name, $id, &$table) {
return $this->setOnTablePluginParams ($name, $id, $table);
}
/** /**
* @author Max Milbers * @author Max Milbers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment