fix display of buying price on line edit when no supplier price is defined

This commit is contained in:
Christophe Battarel 2013-08-22 10:45:42 +02:00 committed by simnandez
parent aeb072b1eb
commit 26b8f29682

View File

@ -114,8 +114,8 @@ if (! empty($idprod))
$db->free($result); $db->free($result);
} }
} }
echo json_encode($prices);
} }
echo json_encode($prices);
?> ?>