-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Credit doesn't recognize amount after comma #13851
Comments
@gerben86, thank you for your report. |
This is working fine in magento 2.2. Verified at #dmcdindia |
@vijay-wagento thank you for joining. Please accept team invitation here and self-assign the issue. |
@gerben86 Could you please verify that it works as expected for you now? |
@magento-engcom-team , Unfortunally the issue still exist (Magento 2.2.4) See printscreens. |
#MM19IN |
Hi @tonytrinh218. Thank you for working on this issue.
|
@magento-engcom-team give me 2.3-develop instance |
Hi @tonytrinh218. Thank you for your request. I'm working on Magento 2.3-develop instance for you |
Hi @tonytrinh218, here is your Magento instance. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
✅ Confirmed by @engcom-Bravo Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
The problem is the trim function on Magento/module-sales/Model/Order/Creditmemo.php setAdjustmentPositive / setAdjustmentNegative $amount = trim($amount); |
Hi @sergiy-v. Thank you for working on this issue.
|
When I enter an amount with decimals (like 2,50) in the field "Adjustment Refund" while making a Credit Memo the amount on the real credit memo is without decimals (2,00). So the Credit Memo isn't in line with the real credit amount.
Preconditions
Steps to reproduce
Expected result
Actual result
I'm using a comma as decimal seperator, because my local language is dutch.
The text was updated successfully, but these errors were encountered: