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
parent 05040d1997
commit 32dd1e4480

View File

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