Merge branch 'develop' of https://github.com/frappe/erpnext into e-commerce-refactor-develop

This commit is contained in:
marination
2021-11-16 16:06:07 +05:30
2194 changed files with 4243 additions and 11241 deletions

View File

@@ -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>