Add files via upload

This commit is contained in:
gopi17701 2018-07-23 15:34:37 -04:00 committed by GitHub
parent aae875feca
commit 635a69bfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,4 +68,10 @@ public class InvoiceService extends Service{
public void voidInvoice(String InvoiceNumber) throws AstuteException {
getDao().voidInvoice(InvoiceNumber);
}
public String dupliateInvoice(String InvoiceNumber) throws AstuteException {
return getDao().dupliateInvoice(InvoiceNumber);
}
}