Skip to content

Commit

Permalink
fix: auto set link doctype and docname in address dialog for lead
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Nov 27, 2024
1 parent 9fba6d0 commit 9365989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions india_compliance/public/js/quick_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ class AddressQuickEntryForm extends GSTQuickEntryForm {
"Customer",
"Supplier",
"Company",
"Lead"
].includes(doc.doctype)
)
return;
Expand Down

0 comments on commit 9365989

Please sign in to comment.