diff --git a/FrontEnd/Library/src/app/borrow-detail-view/borrow-detail-view.component.html b/FrontEnd/Library/src/app/borrow-detail-view/borrow-detail-view.component.html
index ae1a079f..262dcb4e 100644
--- a/FrontEnd/Library/src/app/borrow-detail-view/borrow-detail-view.component.html
+++ b/FrontEnd/Library/src/app/borrow-detail-view/borrow-detail-view.component.html
@@ -18,6 +18,7 @@ Borrow Details
| DUE DATE | : | {{this.borrowdata.dueDate| date:'dd/MM/yyyy'}} |
| DUE DAYS | : | {{this.borrowdata.dueDays}} |
| FINE (INR) | : | {{this.borrowdata.fine}} |
+
| PAYMENT | : | {{this.borrowdata.paymentStatus}} |
| RETURNED DATE | : | {{this.borrowdata.bookReturnedDate| date:'dd/MM/yyyy'}} |
| STATUS | : | {{this.borrowdata.status}} |
| Reason | : | {{this.borrowdata.reason}} |
diff --git a/FrontEnd/Library/src/app/borrow/borrow.component.html b/FrontEnd/Library/src/app/borrow/borrow.component.html
index 1cf3b619..0241aacc 100644
--- a/FrontEnd/Library/src/app/borrow/borrow.component.html
+++ b/FrontEnd/Library/src/app/borrow/borrow.component.html
@@ -70,8 +70,8 @@ Borrow Details
{{post.books.booksName}} |
{{post.issueDate| date:'dd/MM/yyyy'}} |
{{post.dueDate| date:'dd/MM/yyyy'}} |
- {{post.fine}} |
- {{post.status}} |
+ {{post.fine }} ( {{post.paymentStatus}} ) |
+ {{post.status}} |
diff --git a/FrontEnd/Library/src/app/borrowhistory/borrowhistory.component.html b/FrontEnd/Library/src/app/borrowhistory/borrowhistory.component.html
index 5a90ad61..b6867e75 100644
--- a/FrontEnd/Library/src/app/borrowhistory/borrowhistory.component.html
+++ b/FrontEnd/Library/src/app/borrowhistory/borrowhistory.component.html
@@ -47,6 +47,7 @@ Borrow Details
| Reason |
DueDays |
Fine(INR) |
+ Payment |
@@ -69,6 +70,7 @@ Borrow Details
{{borrow.reason}} |
{{borrow.dueDays}} |
{{borrow.fine}} |
+ {{borrow.paymentStatus}} |
diff --git a/FrontEnd/Library/src/app/sidenav2/sidenav2.component.html b/FrontEnd/Library/src/app/sidenav2/sidenav2.component.html
index 36d449b9..f776a271 100644
--- a/FrontEnd/Library/src/app/sidenav2/sidenav2.component.html
+++ b/FrontEnd/Library/src/app/sidenav2/sidenav2.component.html
@@ -1,7 +1,6 @@
-
-
+