Commit 0d4b9378 by Tobin

Merge branch 'master' into 'dev_production'

dc See merge request tobin/timeOut!6
parents 0b4143b2 41c9a7b4
...@@ -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