Hi,
So I have this scenario where we want to
1. Create a sales quote
2. Quote a custom price say 10 EUR for each item, and 10 items. Sales pricelist says its usually 15 EUR.
3. Create the sales order
4. Be able to change the amount of items from 10 items to 20 items, but keep the price of 10 EUR each.
What goes "wrong" here is that we now have a row of 20 items at 15 EUR each (instead of 10 EUR each). This is standard functionality but not very convenient.
Is there any way to fix this without writing code?
And yes of course you can change the unit price back to 10 EUR manually, but I want to have it locked in at the price it was during the sales quote phase.
Kind regards