Missing translation

This commit is contained in:
Philippe GRAND 2018-09-19 16:06:39 +02:00
parent ee788b543e
commit c9b8da8acb
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,7 @@
* Copyright (C) 2005-2012 Regis Houssin <regis.houssin@capnetworks.com>
* Copyright (C) 2012-2015 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2018 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2018 Philippe Grand <philippe.grand@atoo-net.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -921,8 +922,8 @@ if ($id > 0 || ! empty($ref))
}
else
{
/* Commande non trouvee */
print "Commande inexistante";
/* Order not found */
setEventMessages($langs->trans("NonExistentOrder"), null, 'errors');
}
}

View File

@ -28,3 +28,4 @@ ErrorStockIsNotEnough=There's not enough stock
Shippable=Shippable
NonShippable=Not Shippable
ShowReceiving=Show delivery receipt
NonExistentOrder=Non-existent order