Feature request from ytorbyk, posted on GitHub Oct 03, 2016
Preconditions
- Magento 2.2.0-dev with sample data
- Braintree payment method is configured and enabled
- "Authorize" payment action is set for Braintree
Steps to reproduce
- Log in
- Add at least two product into the shopping cart
- Place order with Braintree payment method
- Go to admin panel
- Create two separate invoices (partial invoices) for the order
- Open each of them and create credit memo for each one
Expected result
- Invoices ID is stored into DB record for the each credit memo in "sales_creditmemo" DB table
Actual result
- Invoice ID field is always empty for both cases - credit memo is crated for order or for invoice.
P.S. As improvement it would be nice to have an ability to show Invoice ID in credit memo grid additionally to Order ID.