mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
Merge branch 'develop' of https://github.com/frappe/erpnext into e-commerce-refactor-develop
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<tbody>
|
||||
{% for ss_dict in ss_list %}
|
||||
<tr>
|
||||
{% for key, value in ss_dict.iteritems()|sort %}
|
||||
{% for key, value in ss_dict.items()|sort %}
|
||||
<td {% if key == "Total Pay"%} align = "right" {% endif %}> {{value}} </td>
|
||||
{% endfor %}
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user