From 566868070a2329a43d3342e63f489ce8197e9f1a Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Mon, 21 Sep 2009 15:38:15 +0200 Subject: [PATCH] Fix translation, in javascript. With this bug, the user have not anymore the confirm message to delete the order. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl index ffb9303e6d..13e25c5642 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tmpl @@ -96,7 +96,7 @@ + '' + order.ordertotal + '' + '' + '&invoice=&gst=' + gst + '&freight=' + order.freight + '&supplierid=">Receive /' - + '&datereceived=&invoice=" onclick="return confirm(' + _('Are you sure you want to cancel this order?') + ');">Cancel' + + '&datereceived=&invoice=" onclick="return confirm(\'' + _('Are you sure you want to cancel this order?') + '\');">Cancel' + '').appendTo("table#pendingt"); } -- 2.20.1