mirror of
https://github.com/dyiop/astute.git
synced 2025-04-09 06:40: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> {
|
public getInvoiceDetail(invoiceId: string): Promise<any> {
|
||||||
console.log("*** In getInvoiceDetail()");
|
console.log("*** In getInvoiceDetail()");
|
||||||
const url = `${this.invoiceDetailUrl}/${invoiceId}`;
|
const url = `${this.invoiceDetailUrl}?invoiceNumber=${invoiceId}`;
|
||||||
return this.http.get(url)
|
return this.http.get(url)
|
||||||
.toPromise()
|
.toPromise()
|
||||||
.then(response => {
|
.then(response => {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user