corrected ubl tests for xr3 example

This commit is contained in:
jstaerk
2024-05-15 11:44:07 +02:00
parent 7f7adeab5a
commit d5df6d9b3e
5 changed files with 15550 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ public class CashDiscount implements IZUGFeRDCashDiscount {
* @return this particular cash discount in proprietary xrechnung format
*/
public String getAsXRechnung() {
return "#SKONTO#TAGE="+days+"#PROZENT="+XMLTools.nDigitFormat(percent,3)+"#\n";
return "#SKONTO#TAGE="+days+"#PROZENT="+XMLTools.nDigitFormat(percent,2)+"#\n";
}

File diff suppressed because one or more lines are too long