Feat(SQL): Location Get Many and Calc Stored Procedures created with logic using Location Link table.
This commit is contained in:
7
templates/components/dog/_preview_DDL_location.html
Normal file
7
templates/components/dog/_preview_DDL_location.html
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
{% with _attribute_text = '' if (attribute_text is not defined or attribute_text is none) else attribute_text %}
|
||||
{% set value_previous = '0' if is_blank_row else location_preview.id_location %}
|
||||
{% set text_previous = '' if is_blank_row else location_preview.name %}
|
||||
|
||||
<div class="{{ model.FLAG_LOCATION }}" {{ model.ATTR_VALUE_PREVIOUS }}="{{ value_previous }}" {{ model.ATTR_VALUE_CURRENT }}="{{ value_previous }}">{{ text_previous }}</div>
|
||||
{% endwith %}
|
||||
Reference in New Issue
Block a user