mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-24 16:28:40 -04:00
Add correct time to new receivings (#853)
This commit is contained in:
@@ -42,6 +42,7 @@ class Receiving extends CI_Model
|
||||
}
|
||||
|
||||
$receivings_data = array(
|
||||
'receiving_time' => date('Y-m-d H:i:s'),
|
||||
'supplier_id' => $this->Supplier->exists($supplier_id) ? $supplier_id : NULL,
|
||||
'employee_id' => $employee_id,
|
||||
'payment_type' => $payment_type,
|
||||
|
||||
Reference in New Issue
Block a user