From 24b664138cc94d69ea214d5c3a8b14bb9458d1ff Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Wed, 25 Sep 2024 14:49:41 +0000 Subject: [PATCH] Bug 38010: Add a contracts table to the vendor show component --- .../components/Vendors/VendorContracts.vue | 153 ++++++++++-------- 1 file changed, 90 insertions(+), 63 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorContracts.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorContracts.vue index 13630929d9c..cf1f2766af2 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorContracts.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/Vendors/VendorContracts.vue @@ -1,73 +1,13 @@ -- 2.48.1