primary_care_admin_binder 0.1.90 → 0.1.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19463,7 +19463,7 @@ var drugCatalogMasterQuery = {
|
|
|
19463
19463
|
},
|
|
19464
19464
|
ruleGroup: function ruleGroup() {
|
|
19465
19465
|
return {
|
|
19466
|
-
db_name:
|
|
19466
|
+
db_name: ruleDBName,
|
|
19467
19467
|
entity: "Groups",
|
|
19468
19468
|
filter: "Groups.activestatus==true",
|
|
19469
19469
|
return_fields: "{label : Groups.name, value:Groups.id}"
|