Back to Erpnext

Visual Plant Floor Template

erpnext/public/js/templates/visual_plant_floor_template.html

16.17.0217 B
Original Source

{% $.each(workstations, (idx, row) => { %}

{{row.status}}

{% if(row.status_image) { %} {% } else { %} {{frappe.get_abbr(row.name, 2)}} {% } %}

{{row.workstation_name}}

{% }); %}