chore: linter fix

This commit is contained in:
ruthra kumar
2024-12-05 10:10:34 +05:30
parent 4b72b60f1a
commit 31efaf6dbf

View File

@@ -972,7 +972,9 @@ erpnext.PointOfSale.ItemCart = class {
}
const elapsed_time = moment(res[0].posting_date + " " + res[0].posting_time).fromNow();
this.$customer_section.find(".customer-desc").html(`${__("Last transacted")} ${__(elapsed_time)}`);
this.$customer_section
.find(".customer-desc")
.html(`${__("Last transacted")} ${__(elapsed_time)}`);
res.forEach((invoice) => {
const posting_datetime = moment(invoice.posting_date + " " + invoice.posting_time).format(