getCashDiscounts to CashDiscount object
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
- upgrade to pdfbox 3.0.6
|
- upgrade to pdfbox 3.0.6
|
||||||
- #950
|
- #950
|
||||||
|
- #959
|
||||||
|
- change return type of getCashDiscounts to CashDiscount object, not interface
|
||||||
|
|
||||||
2.19.1
|
2.19.1
|
||||||
=======
|
=======
|
||||||
|
|||||||
@@ -135,8 +135,8 @@ public class Invoice implements IExportableTransaction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public IZUGFeRDCashDiscount[] getCashDiscounts() {
|
public CashDiscount[] getCashDiscounts() {
|
||||||
return cashDiscounts.toArray(new IZUGFeRDCashDiscount[0]);
|
return cashDiscounts.toArray(new CashDiscount[0]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user