From dacd6cdeb58de9e7160df7c32bbb90ec498ff9d1 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 4 May 2011 16:55:53 +0200 Subject: [PATCH] Fixed message on po line removal in purchase invoice. --- purchasing/includes/ui/invoice_ui.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index 111ac324..1be65a16 100644 --- a/purchasing/includes/ui/invoice_ui.inc +++ b/purchasing/includes/ui/invoice_ui.inc @@ -394,7 +394,7 @@ function display_grn_items_for_selection(&$supp_trans, $k) if (($supp_trans->trans_type == ST_SUPPINVOICE) && $_SESSION["wa_current_user"]->can_access('SA_GRNDELETE')) { // Added 2008-10-18 by Joe Hunt. Special access rights needed. submit_cells('void_item_id'.$n, _("Remove"), '', _("WARNING! Be careful with removal. The operation is executed immediately and cannot be undone !!!"), true); submit_js_confirm('void_item_id'.$n, - sprintf(_('You are about to remove all yet non-invoiced items from delivery line #%d. This operation also irreversibly changes related order line. Do you want to continue ?'), $n)); + _('You are about to remove all yet non-invoiced items from selected delivery line. This operation also irreversibly changes related order line. Do you want to continue ?')); } end_row(); } -- 2.30.2