mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 03:09:09 +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() {
|
show_alternative_items_dialog() {
|
||||||
var me = this;
|
let me = this;
|
||||||
|
|
||||||
const table_fields = [
|
const table_fields = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user