Merge branch 'master' of bitbucket.org:venbaittech/sparqapi
This commit is contained in:
commit
2e655214f1
@ -1068,7 +1068,8 @@ class Template_Management_Controller extends REST_Controller {
|
||||
$template = $form_template[$i]['form_template'];
|
||||
if($template != null || $template != ""){
|
||||
$fields = array('form_id' => $form_template[$i]['form_id'],'json' => $template,'map_id'=>$map_pk_id,'is_form_status'=>"DRAFT");
|
||||
if($form_template[$i]['form_id'] != 18 ||$form_template[$i]['form_id'] != 26){
|
||||
// if($form_template[$i]['form_id'] != 18 ||$form_template[$i]['form_id'] != 26){
|
||||
if($form_template[$i]['form_id'] != 18 ||$form_template[$i]['form_id'] != 26 ||$form_template[$i]['form_id'] != 13){
|
||||
$json_pk_id = $this->Template_Management_Model->saveTemplateMapping($fields,TEMPLATE_JSON_V2);
|
||||
$c = $c." ".$json_pk_id;}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user