Task #1139 - Prix de vente/achat par pièce : passer de 2 digit à 4 digit après la virgule
#1139 : rounded value for ANC (2 decimale) for key computing
This commit is contained in:
parent
b501832a4a
commit
176bcbb927
4 changed files with 10 additions and 2 deletions
|
|
@ -419,6 +419,7 @@ function anc_key_compute(p_dossier, p_table, p_amount, p_key_id)
|
|||
var code_html = getNodeText(html[0]); // Firefox ne prend que les 4096 car.
|
||||
code_html = unescape_xml(code_html);
|
||||
$(name_ctl).innerHTML = code_html;
|
||||
code_html.evalScripts();
|
||||
removeDiv('div_anc_key_choice');
|
||||
} catch (e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue