Skip to content

Commit

Permalink
fix display of buying price on line edit when no supplier price is de…
Browse files Browse the repository at this point in the history
…fined
  • Loading branch information
altairis-tof committed Aug 22, 2013
1 parent 05040d1 commit 32dd1e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/fourn/ajax/getSupplierPrices.php
Expand Up @@ -115,8 +115,8 @@
$db->free($result);
}
}

echo json_encode($prices);
}

echo json_encode($prices);

?>

0 comments on commit 32dd1e4

Please sign in to comment.