minor typo in shipment plug-in weight_countries.php

Started by whisky, December 26, 2013, 18:45:02 PM

Previous topic - Next topic

whisky

It sound there is a typo in shipment plug-in

line 282 should read


vmdebug('checkConditions '.$method->shipment_name.' does not fit',(int)$nbproducts_cond,(int)$zip_cond);

instead of


vmdebug('checkConditions '.$method->[color=orange]name[/color].' does not fit',(int)$nbproducts_cond,(int)$zip_cond);