[minor] add title to headings fixes frappe/erpnext#5978
This commit is contained in:
parent
e0e1c6b309
commit
ccf4e65a63
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
<div class="form-documents">
|
||||
<h5 style="margin: 5px 0px;">Related Documents</h5>
|
||||
{% for (var i=0; i < transactions.length; i++) { %}
|
||||
{% if((i % 2)===0) { %}<div class="row">{% } %}
|
||||
<div class="col-xs-6">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue