Commit 68ab820f by Jansa Jose

Merge branch 'master' into 'dev_production'

Venuelist See merge request !264
parents 6d748bbf 8b4203b7
......@@ -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(){
......
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