HomeError code lexicon › BR-41
BR-41 Field BT-136 EN 16931 core rules (BR)

Fix BR-41: Invoice line allowance amount (BT-136) missing

[BR-41]-Each Invoice line allowance (BG-27) shall have an Invoice line allowance amount (BT-136).

BR-41 in your own invoice? Upload the file and find every error in seconds.

What does BR-41 mean?

Every invoice line allowance must state its amount. Otherwise the line cannot be calculated.

Common causes of BR-41

How to fix BR-41

  1. Find the faulty spot in the XML. Open the XML of the invoice and go to field BT-136 along this XPath://ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ActualAmount
  2. Apply the fix. Every invoice line allowance (BG-27) needs an amount (BT-136). Add the element ram:ActualAmount with the positive allowance amount to the ram:SpecifiedTradeAllowanceCharge of the line (with ChargeIndicator=false).
  3. Validate again. Save the file and validate it again to check that BR-41 is no longer reported.
Concrete fix

Every invoice line allowance (BG-27) needs an amount (BT-136). Add the element ram:ActualAmount with the positive allowance amount to the ram:SpecifiedTradeAllowanceCharge of the line (with ChargeIndicator=false).

XPath//ram:IncludedSupplyChainTradeLineItem/ram:SpecifiedLineTradeSettlement/ram:SpecifiedTradeAllowanceCharge/ram:ActualAmount

Before / after: the XML example

This is the spot in question before and after the fix (Cross Industry Invoice, ZUGFeRD/Factur-X).

Wrong
<ram:SpecifiedTradeAllowanceCharge>
  <ram:ChargeIndicator><udt:Indicator>false</udt:Indicator></ram:ChargeIndicator>
  <ram:Reason>Mengenrabatt</ram:Reason>
</ram:SpecifiedTradeAllowanceCharge>
Correct
<ram:SpecifiedTradeAllowanceCharge>
  <ram:ChargeIndicator><udt:Indicator>false</udt:Indicator></ram:ChargeIndicator>
  <ram:ActualAmount>2.50</ram:ActualAmount>
  <ram:Reason>Mengenrabatt</ram:Reason>
</ram:SpecifiedTradeAllowanceCharge>

Frequent questions about BR-41

Must the allowance amount be positive?
Yes. ram:ActualAmount is entered as a positive value. Whether it is an allowance or a charge is controlled by the ChargeIndicator alone (false=allowance).
How does the allowance affect the line amount?
The invoice line net amount (BT-131) is quantity times unit price, reduced by the invoice line allowances and increased by the invoice line charges.

Related error codes

Check BR-41 automatically

Instead of digging through the XML by hand you can validate your ZUGFeRD or XRechnung file online – upload the PDF or the XML and you get every error with rule ID, affected field, fix and XPath, as a readable report or as JSON through the API.

Find every error automatically instead of searching by hand

Upload your ZUGFeRD, Factur-X or XRechnung file – you get every violation back with rule ID, field, fix and XPath.

Validate online for free
Check invoice