From 8fa65ffc1b0a6d3e7cae85624cee17bd04885b2e Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Wed, 6 Mar 2024 02:53:38 +0530 Subject: [PATCH] Link to inventory --- templates/transaction-edit.html | 2 +- templates/transaction-view.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/transaction-edit.html b/templates/transaction-edit.html index 36e386f..05f233c 100644 --- a/templates/transaction-edit.html +++ b/templates/transaction-edit.html @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with Lib {% block content %}
- +
Item{{item["vaccine"]}}
Item{{item["vaccine"]}} ({{item["batch"]}})
diff --git a/templates/transaction-view.html b/templates/transaction-view.html index 1db1733..982e070 100644 --- a/templates/transaction-view.html +++ b/templates/transaction-view.html @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with Lib
-

{{item["vaccine"]}} ({{item["batch"]}})

+

-- 2.39.5