Sales PD MEQ Product changes

This commit is contained in:
venbatechnologies@gmail.com 2020-12-17 13:17:39 +05:30
parent cf07341ebb
commit 5f4475f33e

View File

@ -1193,8 +1193,8 @@
"question":"Total invoice value of the selected product", "question":"Total invoice value of the selected product",
"question_key":"tot_product_invoice_value", "question_key":"tot_product_invoice_value",
"type":"1", "type":"1",
"field_type":"num", "field_type":"numtoword",
"place_holder": "Enter the number", "place_holder": "Enter the amount",
"api_properties":null, "api_properties":null,
"onchange_properties":null, "onchange_properties":null,
"is_repeatable":null, "is_repeatable":null,
@ -1724,7 +1724,7 @@
{ {
"question":[ "question":[
{ {
"question":"Hospital building photo", "question":"Institute Building",
"question_key":"hospital_building", "question_key":"hospital_building",
"type":"6", "type":"6",
"answers":null, "answers":null,
@ -1737,9 +1737,47 @@
} }
], ],
"is_repeatable":"1", "is_repeatable":"1",
"group_title":"Hospital building photo", "group_title":"Institute Building photographs",
"group_type":"6" "group_type":"6"
} },
{
"question":[
{
"question":"Name Board",
"question_key":"name_board_seen",
"type":"6",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
]
}
],
"is_repeatable":"1",
"group_title":"Name Board photographs",
"group_type":"6"
},
{
"question":[
{
"question":"Institute Interior",
"question_key":"institute_interior",
"type":"6",
"answers":null,
"api_properties":null,
"onchange_properties":null,
"is_repeatable":null,
"validations":[
]
}
],
"is_repeatable":"1",
"group_title":"Institute Interior photographs",
"group_type":"6"
}
] ]
} }
] ]