Skip to content

Commit aa95f57

Browse files
authored
Merge pull request #2085 from opensrp/bug-fixing
bug fixes
2 parents 8627061 + d1766a3 commit aa95f57

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

opensrp-chw/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ dependencies {
304304
exclude group: 'com.rengwuxian.materialedittext', module: 'library'
305305
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
306306
}
307-
implementation('org.smartregister:opensrp-client-native-form:2.1.13-SNAPSHOT@aar') {
307+
implementation('org.smartregister:opensrp-client-native-form:2.1.14-SNAPSHOT@aar') {
308308
transitive = true
309309
exclude group: 'com.android.support', module: 'appcompat-v7'
310310
exclude group: 'com.android.support', module: 'cardview-v7'

opensrp-chw/src/ba/assets/rule/anc_member_registration_calculation.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,13 @@ condition: "true"
1414
actions:
1515
- "calculation = step1_gest_age + ' weeks'"
1616

17-
---
18-
name: step1_edd
19-
description: Edd calculated
20-
priority: 1
21-
condition: "true"
22-
actions:
23-
- "calculation = step1_last_menstrual_period != '' ? helper.addDuration(step1_last_menstrual_period,'280d') : ''"
24-
2517
---
2618
name: step1_gravida
2719
description: gravida calculated
2820
priority: 1
2921
condition: "true"
3022
actions:
3123
- "calculation = step1_no_prev_preg + 1"
32-
---
33-
name: step1_last_menstrual_period
34-
description: last_menstrual_period calculated
35-
priority: 1
36-
condition: "true"
37-
actions:
38-
- "calculation = helper.subtractDuration(step1_edd,'280d')"
3924

4025
---
4126
name: step1_edd_note

0 commit comments

Comments
 (0)