11-14-2015, 02:21 AM
Hi
null it like this: so i do not have to answer always pm's :)
1. \application\modules\admin\controllers\purchase_core.php
change this--> if($result==1)
with this --> if($result==0)
2. \system\helpers\dbcbase_helper.php Line :913 or 942
change this--> $CI = get_instance();
if($result!=1)
{
with this --> $CI = get_instance();
if($result!=0)
{
null it like this: so i do not have to answer always pm's :)
1. \application\modules\admin\controllers\purchase_core.php
change this--> if($result==1)
with this --> if($result==0)
2. \system\helpers\dbcbase_helper.php Line :913 or 942
change this--> $CI = get_instance();
if($result!=1)
{
with this --> $CI = get_instance();
if($result!=0)
{