Status : ps
This commit is contained in:
parent
3358121e4e
commit
55c6dfd028
@ -179,7 +179,7 @@ class Invoice extends BaseController
|
|||||||
'payment_status' => 'Pending', //"Paid," "Pending," "Failed," "Refunded," "Canceled," "Authorized," and "Completed."
|
'payment_status' => 'Pending', //"Paid," "Pending," "Failed," "Refunded," "Canceled," "Authorized," and "Completed."
|
||||||
'event_id' => (int)$this->request->getPost('event_id'),
|
'event_id' => (int)$this->request->getPost('event_id'),
|
||||||
'business_id' => (int)get_business_id(),
|
'business_id' => (int)get_business_id(),
|
||||||
'status' => $this->request->getPost('saveas'),
|
'status' => $invoice_status,
|
||||||
'isactive' => 1
|
'isactive' => 1
|
||||||
];
|
];
|
||||||
## Based on the invoice ID, we designated Insert or Update on Details...
|
## Based on the invoice ID, we designated Insert or Update on Details...
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user