invoice command

This commit is contained in:
heama 2024-03-07 11:12:27 +05:30
parent 85e541f6ad
commit a9b3ab9ffd

View File

@ -162,7 +162,7 @@ class Invoice extends BaseController
} }
// echo '<pre>'; // echo '<pre>';
print_r($data['receipt_details']); // print_r($data['receipt_details']);
$this->render_page('invoice_form', $data); $this->render_page('invoice_form', $data);
} }
@ -373,7 +373,7 @@ class Invoice extends BaseController
'business_id' => (int)get_business_id(), 'business_id' => (int)get_business_id(),
'updated_by' => get_logged_user_id() 'updated_by' => get_logged_user_id()
]; ];
print_r($update_events); // print_r($update_events);
$this->update_number_formatting($update_events);} $this->update_number_formatting($update_events);}
// get donor whatsapp no and mail // get donor whatsapp no and mail