Skip to content

Commit

Permalink
Merge pull request #121 from phalouvas/bugs/various
Browse files Browse the repository at this point in the history
  • Loading branch information
phalouvas authored Jan 9, 2025
2 parents 141ef07 + e9bbc14 commit 578a6a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion swissmedhealth/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.9.10'
__version__ = '4.9.11'
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"list_columns": [],
"login_required": 0,
"max_attachment_size": 0,
"modified": "2024-12-24 14:10:00.812067",
"modified": "2025-01-08 11:45:38.538926",
"modified_by": "Administrator",
"module": "Swissmedhealth",
"name": "medical-history",
Expand Down Expand Up @@ -969,31 +969,6 @@
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "hiv_positive",
"fieldtype": "Select",
"hidden": 0,
"label": "Are you HIV positive?",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"depends_on": "eval:doc.hiv_positive=='Yes'",
"fieldname": "hiv_details",
"fieldtype": "Small Text",
"hidden": 0,
"label": "HIV details",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"allow_read_on_all_link_options": 0,
"fieldname": "have_operation_ceramic_or_titanium",
Expand Down Expand Up @@ -1166,7 +1141,7 @@
},
{
"allow_read_on_all_link_options": 0,
"depends_on": "eval:doc.do_you_tend_to_feel=='Hot' || doc.do_you_tend_to_feel=='Cold'",
"depends_on": "",
"fieldname": "daily_bowel_movements",
"fieldtype": "Int",
"hidden": 0,
Expand Down

0 comments on commit 578a6a5

Please sign in to comment.