From 87347f0df448968f16115476e9ef752187bbe24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihan=20=C5=9Eent=C3=BCrk?= Date: Sun, 3 Jul 2022 14:57:36 +0300 Subject: [PATCH] transaction edit url fixed --- resources/assets/js/views/common/documents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/js/views/common/documents.js b/resources/assets/js/views/common/documents.js index 62b65309c..356dc19a5 100644 --- a/resources/assets/js/views/common/documents.js +++ b/resources/assets/js/views/common/documents.js @@ -696,7 +696,7 @@ const app = new Vue({ let payment = { modal: false, - url: url + '/modals/documents/' + document_id + '/transactions/edit/' + transaction_id, + url: url + '/modals/documents/' + document_id + '/transactions/' + transaction_id + '/edit', title: '', html: '', buttons:{}