service po requistion level new changes done
This commit is contained in:
parent
61c3a700eb
commit
e37b5cee19
@ -419,11 +419,11 @@ class requisitionform extends BaseController
|
||||
}
|
||||
if($Status == REQ_DRAFT)
|
||||
{
|
||||
echo 'Successfully Saved the Requistion details';
|
||||
echo 'Successfully Saved the Requistion details.Requistion No is '.$ReqNumber;
|
||||
}
|
||||
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();
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user