Describe your bug or feature request.
When printing an order, the PDF file name is set to Order @id @receipt. And this value can be confusing because site administrators are using Order Number instead of Order ID to manage orders in their internal systems.
So, once #3314990: Update the order entity label to "Order [order:number]" was introduced in 2.32.0, we are proposing to use the entity label instead of the ID when generating the Print receipts to be more consistent.
Issue fork commerce-3322369
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
plopescUpdate status
Comment #4
plopescComment #5
zengenuity commentedThe file name using the order ID is a real problem when those don't match the order number. This fix works for me.
Comment #8
jsacksick commentedCommitted.