edit
This commit is contained in:
@ -133,7 +133,7 @@ export class InvoiceRequestedComponent {
|
|||||||
this.service
|
this.service
|
||||||
.request(this.service.$api_update_invoice_address, {
|
.request(this.service.$api_update_invoice_address, {
|
||||||
...component.sf.value,
|
...component.sf.value,
|
||||||
id: item.map(i => i.id)
|
ids: item.map(i => i.id)
|
||||||
})
|
})
|
||||||
.subscribe(res => {
|
.subscribe(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user