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
c16b792d90
commit
e920fa76b7
|
@ -78,5 +78,7 @@ public class InvoiceService extends Service{
|
|||
return getDao().dupliateInvoice(InvoiceNumber);
|
||||
}
|
||||
|
||||
|
||||
public List<PaymentStatus> getPaymentStatuses() throws AstuteException {
|
||||
return getDao().getPaymentStatuses();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user