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
7e2f0cb669
commit
7c3b333d69
|
@ -187,7 +187,7 @@ export class AstuteClientService {
|
|||
|
||||
public getInvoiceDetail(invoiceId: string): Promise<any> {
|
||||
console.log("*** In getInvoiceDetail()");
|
||||
const url = `${this.invoiceDetailUrl}/${invoiceId}`;
|
||||
const url = `${this.invoiceDetailUrl}?invoiceNumber=${invoiceId}`;
|
||||
return this.http.get(url)
|
||||
.toPromise()
|
||||
.then(response => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user