irm/module-decimalqtyinvoicefix

Fix for invoicing decimal quantities in Magento 2.

v1.0.5 2018-04-18 15:19 UTC

This package is auto-updated.

Last update: 2024-04-19 09:09:06 UTC


README

Fix for invoicing decimal quantities in Magento 2.

Based on this issue.

Somehow Magento 2 rounds product quantities on invoice page when items has decimal quantities.

Magento Core says it solved on 2.3 but it has not been released so we have to try to solve by on our own and we did.

We hope this repo will be helped someone :)

Install

composer require irm/module-decimalqtyinvoicefix:dev-master
bin/magento module:enable IRM_DecimalQtyInvoiceFix
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento cache:flush