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
|
|
@ -44,9 +44,14 @@ if ( isNumber($key)== 0
|
|||
}
|
||||
|
||||
$compute_key=new Anc_Key($key);
|
||||
$row=str_replace('t', "", $target);
|
||||
|
||||
$compute_key->fill_table($target,$amount);
|
||||
|
||||
echo <<<EOF
|
||||
<script>
|
||||
anc_refresh_remain('$target','$row');
|
||||
</script>
|
||||
EOF;
|
||||
////
|
||||
$response = ob_get_clean();
|
||||
$html = escape_xml($response);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue