chore: linter fix

(cherry picked from commit 31efaf6dbf)
This commit is contained in:
ruthra kumar
2024-12-05 10:10:34 +05:30
committed by Mergify
parent 71d8dfb401
commit d540c99934

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(