Production fix
This commit is contained in:
parent
c0a840fa51
commit
481b9428e1
@ -89,7 +89,7 @@ class rawmaterialdetails_model extends CI_Model
|
||||
* @return array $result : This is user information
|
||||
*/
|
||||
|
||||
function addNewRawMaterial($RawMaterial)
|
||||
function addNewRawMaterial($RawMaterial='')
|
||||
{
|
||||
|
||||
$this->db->insert('T_MaterialMaster', $RawMaterial);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user