Fix BUG ID 1632471 - Informe de Gasto throwing errors -> es_MX

This commit is contained in:
Carlos Ruiz 2007-01-10 15:26:40 +00:00
parent 024e35402b
commit 0d36b17b95
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
UPDATE ad_message_trl
SET msgtext = '{0} Línea(s) - Total: {1,number,#,##0.00} {2}'
WHERE ad_language = 'es_MX' AND ad_message_id = 623;
COMMIT ;