mirror of
https://github.com/dyiop/astute.git
synced 2025-04-05 21:10:16 -04:00
Add files via upload
This commit is contained in:
parent
aae875feca
commit
635a69bfac
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user