fix: Use block variable
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
This commit is contained in:
parent
74fab53e28
commit
3c96791d52
@ -236,7 +236,7 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
|
||||
}
|
||||
|
||||
show_alternative_items_dialog() {
|
||||
var me = this;
|
||||
let me = this;
|
||||
|
||||
const table_fields = [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user