Patch level : 12.0 no patch
Files correlati : Commento : Patch level : 12.0 no patch Files correlati : Commento : Aggiunti inline operator aritmetici anche per i longdouble git-svn-id: svn://10.65.10.50/branches/R_10_00@23278 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
614c8fc4af
commit
a6f34df27b
@ -297,7 +297,7 @@ real TLavorazione::prezzo() const
|
|||||||
{
|
{
|
||||||
if (is_euro_value("")) // Se la ditta è in Euro
|
if (is_euro_value("")) // Se la ditta è in Euro
|
||||||
{
|
{
|
||||||
TPrice pr(get_real("R0") / 1936.27);
|
TPrice pr(get_real("R0") / real(1936.27));
|
||||||
p = pr.get_num();
|
p = pr.get_num();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user