added some javadoc

This commit is contained in:
jstaerk
2024-05-22 18:20:17 +02:00
parent a92ecb04aa
commit abb4ccd38b
3 changed files with 14 additions and 4 deletions

View File

@@ -578,7 +578,7 @@ public class Invoice implements IExportableTransaction {
}
/***
* Adds a cash discount (skonto)
* @param CashDiscount the percent/period combination
* @param c the CashDiscount percent/period combination
* @return fluent setter
*/
public Invoice addCashDiscount(CashDiscount c) {