From f0cdf38cf8cff347babf5d40dd20de6950927197 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Wed, 27 Sep 2006 08:49:21 +0000 Subject: [PATCH] merge git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@913 839d8a87-29fc-0310-9880-83ba4fa771e5 --- templates/payment/index.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/payment/index.tpl b/templates/payment/index.tpl index dd4c34d..0fccf8c 100644 --- a/templates/payment/index.tpl +++ b/templates/payment/index.tpl @@ -89,7 +89,7 @@ function payment_submit(form) { form.op.value = 'select'; form.montant.value = 0; - form.action = form.action + '/' + form.ref.value; + form.action = 'payment/' + form.ref.value; form.submit(); } {/literal} -- 2.1.4