style: Fix formatting issues

This commit is contained in:
Suraj Shetty 2021-02-01 20:37:18 +05:30
parent 723bd9676d
commit cfb5f58141

View File

@ -517,7 +517,7 @@ erpnext.PointOfSale.ItemCart = class {
${description} ${description}
</div> </div>
<div class="tax-value">${format_currency(value, currency)}</div> <div class="tax-value">${format_currency(value, currency)}</div>
</div>` </div>`;
}).join('') }).join('')
}` }`
); );
@ -844,7 +844,7 @@ erpnext.PointOfSale.ItemCart = class {
<div class="transactions-label">Recent Transactions</div>` <div class="transactions-label">Recent Transactions</div>`
); );
// transactions need to be in diff div from sticky elem for scrolling // transactions need to be in diff div from sticky elem for scrolling
this.$customer_section.append(`<div class="customer-transactions"></div>`) this.$customer_section.append(`<div class="customer-transactions"></div>`);
this.render_customer_fields(); this.render_customer_fields();
this.fetch_customer_transactions(); this.fetch_customer_transactions();