mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-28 02:58:30 +00:00
fix: Use block variable
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
This commit is contained in:
@@ -236,7 +236,7 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
|
||||
}
|
||||
|
||||
show_alternative_items_dialog() {
|
||||
var me = this;
|
||||
let me = this;
|
||||
|
||||
const table_fields = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user