File tree Expand file tree Collapse file tree
graphql/org.openimis.imisclaim
java/org/openimis/imisclaims/network/request Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ android {
2727 minSdkVersion 26
2828 targetSdkVersion 32
2929 versionCode 4
30- versionName System . getenv(" APP_VERSION" ) ?: " 2.3.8 "
30+ versionName System . getenv(" APP_VERSION" ) ?: " 2.3.9 "
3131 testInstrumentationRunner ' androidx.test.runner.AndroidJUnitRunner'
3232 }
3333 buildTypes {
Original file line number Diff line number Diff line change @@ -5943,6 +5943,7 @@ input CreateClaimMutationInput {
59435943 items: [ClaimItemInputType]
59445944 services: [ClaimServiceInputType]
59455945 attachments: [ClaimAttachmentInputType]
5946+ source: String
59465947 clientMutationId: String
59475948}
59485949
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ public String create(
138138 + " dateClaimed: \" " + DateUtils .toDateString (claim .getDateClaimed ()) + "\" "
139139 + " healthFacilityId: " + hfId
140140 + " program: " + programId
141+ + " source: \" MOB\" "
141142 + " visitType: \" " + claim .getVisitType () +"\" "
142143 + fagepFields
143144 + " services: " + claimServices
You can’t perform that action at this time.
0 commit comments