Skip to content

Commit

Permalink
typo correction
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanstapel committed Jan 4, 2024
1 parent 0c973b3 commit 58a0bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZUGFeRD/InvoiceDescriptor21Writer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public override void Save(InvoiceDescriptor descriptor, Stream stream)
#region ApplicableHeaderTradeAgreement
Writer.WriteStartElement("ram:ApplicableHeaderTradeAgreement");

// BT-12
// BT-10
if (!String.IsNullOrEmpty(this.Descriptor.ReferenceOrderNo))
{
Writer.WriteElementString("ram:BuyerReference", this.Descriptor.ReferenceOrderNo);
Expand Down

0 comments on commit 58a0bba

Please sign in to comment.