[layout cleanup] in Quotation, Sales Order, Delivery Note

This commit is contained in:
Rushabh Mehta
2015-08-26 18:53:37 +05:30
parent 678a4e24ff
commit f7800c053b
10 changed files with 3422 additions and 342 deletions

View File

@@ -49,7 +49,8 @@
{% } %}
{% if(doc.item_name != doc.item_code && in_list(visible_column_fieldnames, "item_name")) { %}
<br>{%= doc.item_name %}{% } %}
{% if (doc.item_code) { %}<br>{% } %}
{%= doc.item_name %}{% } %}
{% include "templates/form_grid/includes/visible_cols.html" %}
</div>