Add files via upload

This commit is contained in:
gopi17701 2018-09-23 18:44:59 -04:00 committed by GitHub
parent c16b792d90
commit e920fa76b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,5 +78,7 @@ public class InvoiceService extends Service{
return getDao().dupliateInvoice(InvoiceNumber);
}
public List<PaymentStatus> getPaymentStatuses() throws AstuteException {
return getDao().getPaymentStatuses();
}
}