mirror of
https://github.com/dyiop/astute.git
synced 2025-04-06 21:30:20 -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 {
|
public void voidInvoice(String InvoiceNumber) throws AstuteException {
|
||||||
getDao().voidInvoice(InvoiceNumber);
|
getDao().voidInvoice(InvoiceNumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String dupliateInvoice(String InvoiceNumber) throws AstuteException {
|
||||||
|
return getDao().dupliateInvoice(InvoiceNumber);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user