From: Janusz Dobrowolski Date: Wed, 4 May 2011 14:55:53 +0000 (+0200) Subject: Fixed message on po line removal in purchase invoice. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=ff08188924b9197ea30eaa21bdc98aa4584fe760;p=textcart.git Fixed message on po line removal in purchase invoice. --- diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index 111ac32..1be65a1 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(); }