Commit 8b4203b7 by Jansa Jose

Venuelist

parent ebb0a869
...@@ -857,6 +857,20 @@ class Validation_organizer_model extends CI_Model { ...@@ -857,6 +857,20 @@ class Validation_organizer_model extends CI_Model {
) )
), ),
), ),
'getOrganizerVenueList'=>array(
'organiser_id' => array(
'required' => array(
'code' => 'ER04',
'message' => 'Organizer Id is null or empty'
)
),
'status' => array(
'required' => array(
'code' => 'ER04',
'message' => 'Status is null or empty'
)
)
),
); );
public function _consruct(){ public function _consruct(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment