microsoft / ALAppExtensions

Repository for collaboration on Microsoft AL application add-on and localization extensions for Microsoft Dynamics 365 Business Central.
MIT License
763 stars 608 forks source link

SumLine in VAT Amount Line in spanish localization #16067

Closed ChrisBlankDe closed 2 years ago

ChrisBlankDe commented 2 years ago

The signature of procedure SumLine in table 290 "VAT Amount Line" differs in spanish localization from in w1.

w1:

procedure SumLine(LineAmount: Decimal; InvDiscAmount: Decimal; VATDifference: Decimal; AllowInvDisc: Boolean; Prepayment: Boolean) source @ MSDyn365BC.Code.History

es:

procedure SumLine(LineAmount: Decimal; InvDiscAmount: Decimal; PmtDiscAmount: Decimal; VATDifference: Decimal; ECDifference: Decimal; AllowInvDisc: Boolean; Prepayment: Boolean) source @ MSDyn365BC.Code.History

Localization should never have a smaller public interface than w1! Please use overload instead of replacement. Else anybody who uses this procedure is not able to publish his app in spain.

JesperSchulz commented 2 years ago

Thanks for reporting this. We agree, and we’ll publish a fix asap, either in an update for the current version or in the next major release. Please do not reply to this, as we do not monitor closed issues. If you have follow-up questions or requests, please create a new issue where you reference this one.