How to skip pricing rule for one item in a Sales Invoice?

Hi All, I’m using ERPNext v15.67.0.

I want to control pricing rules item-wise in a Sales Invoice.

Example:

  • Item A has a pricing rule

  • Item B also has a pricing rule

For one specific Sales Invoice:

  • Pricing rule should apply for Item A

  • But I want to skip the pricing rule for Item B only for this invoice

The reason is, I want to manually increase the rate of Item B. Since a pricing rule is applied, so I’m not able to change it.

I don’t want to disable the pricing rule permanently for Item B — it should work normally in other invoices.

Is there any built-in option in ERPNext to skip the pricing rule for a specific item row, or do I need to customize it?