diff --git a/src/pages/nearle/orders/createorder1.js b/src/pages/nearle/orders/createorder1.js
index 19ad962..40347eb 100644
--- a/src/pages/nearle/orders/createorder1.js
+++ b/src/pages/nearle/orders/createorder1.js
@@ -950,7 +950,8 @@ const Createorder1 = () => {
arr = [{
"orderheaderid": 0,
"tenantid": parseInt(localStorage.getItem('tenantid')),
- "locationid": tenant.locationid,
+ // "locationid": tenant.locationid,
+ "locationid":(clientinfo.tenantlocationid)?clientinfo.tenantlocationid:tenantinfo.tenantlocationid,
"moduleid": tenant.moduleid,
"configid": 7,
"orderid": "",
@@ -1190,9 +1191,9 @@ const Createorder1 = () => {
direction={'row'}
sx={{ p: 1, ml: 1, mt: 1 }} justifyContent="space-between" alignItems="center" width="100%">
Create Order
- */}
@@ -1256,6 +1257,15 @@ const Createorder1 = () => {
}}
disabled={(tenant.tenantid) ? false : true}
+ noOptionsText={
+ // ok
+
+ No options
+ {
+ setOpen4(true)
+ }} color="success" startIcon={} >Create Customer
+
+ }
/>
@@ -1304,7 +1314,15 @@ const Createorder1 = () => {
console.log(val)
}}
-
+ noOptionsText={
+ // ok
+
+ No options
+ {
+ setOpen4(true)
+ }} color="success" startIcon={} >Create Customer
+
+ }
// disabled={(tenant.tenantid) ? false : true}
/>