From 23ef43a053c7f8604f2067619a859efdb8691385 Mon Sep 17 00:00:00 2001 From: Helen Grace Karyamsetty <133211481+helenKaryamsetty@users.noreply.github.com> Date: Tue, 13 May 2025 12:06:46 +0530 Subject: [PATCH 1/2] removed extra slash prescribed-drug.service.ts --- .../app-modules/rx/shared/service/prescribed-drug.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app-modules/rx/shared/service/prescribed-drug.service.ts b/src/app/app-modules/rx/shared/service/prescribed-drug.service.ts index 0d9bdec..4a4cf5d 100644 --- a/src/app/app-modules/rx/shared/service/prescribed-drug.service.ts +++ b/src/app/app-modules/rx/shared/service/prescribed-drug.service.ts @@ -71,7 +71,7 @@ export class PrescribedDrugService { allocateBatches(list: any, facilityID: any) { return this.http.post( - `${environment.allocateBatchStockUrl}/${facilityID}`, + `${environment.allocateBatchStockUrl}${facilityID}`, list, ); } From ff597f7015f141837e5f4d64a1f2bc0e50746233 Mon Sep 17 00:00:00 2001 From: Karyamsetty Helen Grace Date: Tue, 10 Jun 2025 16:45:22 +0530 Subject: [PATCH 2/2] fix: commonui latest commit --- Common-UI | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-UI b/Common-UI index cdaf019..3ec7e81 160000 --- a/Common-UI +++ b/Common-UI @@ -1 +1 @@ -Subproject commit cdaf01914fd38b26937b5149b31c3b8bf83cb997 +Subproject commit 3ec7e81443c830c7784bb39ad1fe34af1a939858