Commit 41c9a7b4 by Tobin

dc

parent e787b611
...@@ -71,8 +71,6 @@ class Validation_model extends CI_Model { ...@@ -71,8 +71,6 @@ class Validation_model extends CI_Model {
), ),
'event_date_id'=>array('required'=>array('code'=>'ER33', 'message'=>'Event date and time is null or empty') 'event_date_id'=>array('required'=>array('code'=>'ER33', 'message'=>'Event date and time is null or empty')
), ),
'ticket_details'=>array('required'=>array('code'=>'ER34', 'message'=>'Ticket information is null or empty')
),
'amount'=>array('required'=>array('code'=>'ER35', 'message'=>'Amount is null or empty') 'amount'=>array('required'=>array('code'=>'ER35', 'message'=>'Amount is null or empty')
), ),
'no_of_ticket'=>array('required'=>array('code'=>'ER36', 'message'=>'no of ticket is null or empty') 'no_of_ticket'=>array('required'=>array('code'=>'ER36', 'message'=>'no of ticket is null or empty')
......
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