service po requistion level new changes done

This commit is contained in:
gandhimathi 2017-09-28 16:37:34 +05:30
parent 61c3a700eb
commit e37b5cee19

View File

@ -419,11 +419,11 @@ class requisitionform extends BaseController
} }
if($Status == REQ_DRAFT) if($Status == REQ_DRAFT)
{ {
echo 'Successfully Saved the Requistion details'; echo 'Successfully Saved the Requistion details.Requistion No is '.$ReqNumber;
} }
else else
{ {
echo 'Successfully Created the Requistion details'; echo 'Successfully Created the Requistion details.Requistion No is '.$ReqNumber;
} }
} }
@ -501,7 +501,7 @@ class requisitionform extends BaseController
} }
} }
echo 'Successfully updated the Requistion details'; echo 'Successfully updated the Requistion details .Requistion No is '.$ReqNumber;
// $this->requisitionlisting(); // $this->requisitionlisting();