Skip to content

Commit

Permalink
fix: Use block variable
Browse files Browse the repository at this point in the history
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
  • Loading branch information
marination and deepeshgarg007 committed Feb 20, 2023
1 parent 74fab53 commit 3c96791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/selling/doctype/quotation/quotation.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
}

show_alternative_items_dialog() {
var me = this;
let me = this;

const table_fields = [
{
Expand Down

0 comments on commit 3c96791

Please sign in to comment.