invoice command
This commit is contained in:
parent
85e541f6ad
commit
a9b3ab9ffd
@ -162,7 +162,7 @@ class Invoice extends BaseController
|
||||
}
|
||||
|
||||
// echo '<pre>';
|
||||
print_r($data['receipt_details']);
|
||||
// print_r($data['receipt_details']);
|
||||
$this->render_page('invoice_form', $data);
|
||||
}
|
||||
|
||||
@ -373,7 +373,7 @@ class Invoice extends BaseController
|
||||
'business_id' => (int)get_business_id(),
|
||||
'updated_by' => get_logged_user_id()
|
||||
];
|
||||
print_r($update_events);
|
||||
// print_r($update_events);
|
||||
$this->update_number_formatting($update_events);}
|
||||
|
||||
// get donor whatsapp no and mail
|
||||
|
||||
Loading…
Reference in New Issue
Block a user