fix: linting

Co-authored-by: Marica <maricadsouza221197@gmail.com>
This commit is contained in:
Mohammad Hasnain Mohsin Rajan 2020-12-10 17:48:22 +05:30 committed by GitHub
parent ce1ca28296
commit 8abe7b91fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,7 +492,7 @@ erpnext.TransactionController = erpnext.taxes_and_totals.extend({
d.item_code = "";
}
this.frm.from_barcode = this.frm.from_barcode ? this.frm.from_barcode + 1: 1;
this.frm.from_barcode = this.frm.from_barcode ? this.frm.from_barcode + 1 : 1;
this.item_code(doc, cdt, cdn);
},