diff --git a/app/code/community/TIG/MyParcel2014/Model/Api/MyParcel.php b/app/code/community/TIG/MyParcel2014/Model/Api/MyParcel.php index 1aa13a51..8d766b79 100755 --- a/app/code/community/TIG/MyParcel2014/Model/Api/MyParcel.php +++ b/app/code/community/TIG/MyParcel2014/Model/Api/MyParcel.php @@ -798,7 +798,7 @@ protected function _getConsignmentData(TIG_MyParcel2014_Model_Shipment $myParcel if($data['options']['package_type'] == TIG_MyParcel2014_Model_Shipment::TYPE_DIGITAL_STAMP_NUMBER){ foreach($items as $item) { if($item->getProductType() == 'simple') { - $WeightData = $this->getTotalWeight($totalWeight, $item); + $WeightData = $this->getTotalWeight($totalWeight, $item, $myParcelShipment); } } unset($data['options']['delivery_date']); diff --git a/app/code/community/TIG/MyParcel2014/etc/config.xml b/app/code/community/TIG/MyParcel2014/etc/config.xml index 8d49b5da..1d2ee72a 100755 --- a/app/code/community/TIG/MyParcel2014/etc/config.xml +++ b/app/code/community/TIG/MyParcel2014/etc/config.xml @@ -2,7 +2,7 @@ - 1.19.0 + 1.19.1 diff --git a/app/design/adminhtml/default/default/template/TIG/MyParcel2014/sales/order/shipment/create/consignment_options.phtml b/app/design/adminhtml/default/default/template/TIG/MyParcel2014/sales/order/shipment/create/consignment_options.phtml index 423915bf..69400297 100755 --- a/app/design/adminhtml/default/default/template/TIG/MyParcel2014/sales/order/shipment/create/consignment_options.phtml +++ b/app/design/adminhtml/default/default/template/TIG/MyParcel2014/sales/order/shipment/create/consignment_options.phtml @@ -193,8 +193,8 @@ if(true == $_isPakjegemak){
getDestinationCountry() == 'NL'): ?>

- -