You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Magento\Shipping\Controller\Adminhtml\Order\Shipment::execute() the following "v = new \Magento\Framework\DataObject(); (Line: 146)" should be before the try {} "Line: 111" else the error wont be returned to ajax call misssing variable "$responseAjax"
Notice: Undefined variable: responseAjax in /home/vanpommere/domains/vanpommeren.nl/public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php on line 169
Regards,
Daan
The text was updated successfully, but these errors were encountered:
Hi,
In Magento\Shipping\Controller\Adminhtml\Order\Shipment::execute() the following "v = new \Magento\Framework\DataObject(); (Line: 146)" should be before the try {} "Line: 111" else the error wont be returned to ajax call misssing variable "$responseAjax"
Notice: Undefined variable: responseAjax in /home/vanpommere/domains/vanpommeren.nl/public_html/vendor/magento/module-shipping/Controller/Adminhtml/Order/Shipment/Save.php on line 169
Regards,
Daan
The text was updated successfully, but these errors were encountered: