Browse Source

publish changes

version2
venkataakhil 10 months ago
parent
commit
b64c2b1dd3
  1. 2
      smart_service/transactions/doctype/publish/publish.py

2
smart_service/transactions/doctype/publish/publish.py

@ -1235,7 +1235,7 @@ def feature_finder_data(vehicle=None, language=None,
ff.features_names as feature_name,ff.feature_category,ff.display_order,ff.active_status, ff.features_names as feature_name,ff.feature_category,ff.display_order,ff.active_status,
ffm.feature_pdf as pdf from `tabFeature Finder` ff left join `tabFeature Finder Master` ffm on ffm.feature_pdf as pdf from `tabFeature Finder` ff left join `tabFeature Finder Master` ffm on
ff.features_names = ffm.feature_name ff.features_names = ffm.feature_name
where ff.vehicle = "THAR" and ffm.vehicle = "{vehicle}" where ff.vehicle = "{vehicle}" and ffm.vehicle = "{vehicle}"
and ff.variant = "{variant}" and ff.variant = "{variant}"
and ff.language = "{language}" and ffm.language = "{language}" and ff.name="{parent}"; and ff.language = "{language}" and ffm.language = "{language}" and ff.name="{parent}";
""", as_dict=1) """, as_dict=1)

Loading…
Cancel
Save