feat: batch source

This commit is contained in:
Jannat Patel
2023-10-26 17:51:43 +05:30
parent c9ed8a4b03
commit 243277012f
12 changed files with 156 additions and 19 deletions
+10 -3
View File
@@ -40,15 +40,15 @@ const setup_billing = () => {
reqd: 1,
default: address && address.city,
},
{
fieldtype: "Column Break",
},
{
fieldtype: "Data",
label: __("State/Province"),
fieldname: "state",
default: address && address.state,
},
{
fieldtype: "Column Break",
},
{
fieldtype: "Link",
label: __("Country"),
@@ -75,6 +75,13 @@ const setup_billing = () => {
reqd: 1,
default: address && address.phone,
},
{
fieldtype: "Link",
label: __("Where did you hear about this?"),
fieldname: "source",
options: "LMS Source",
only_select: 1,
},
{
fieldtype: "Section Break",
label: __("GST Details"),