mirror of
https://github.com/grocy/grocy.git
synced 2025-09-29 19:12:24 +00:00
Allow price up to 4 decimals instead of 2 (#1077)
* Allow price to be 4 decimals * remove logging * Finalize custom decimal places by user setting * Typo Co-authored-by: Bernd Bestel <bernd@berrnd.de>
This commit is contained in:
@@ -41,7 +41,6 @@ $('.save-recipe').on('click', function(e)
|
||||
|
||||
if (Grocy.EditMode == 'create')
|
||||
{
|
||||
console.log(jsonData);
|
||||
Grocy.Api.Post('objects/recipes', jsonData,
|
||||
(result) => saveRecipePicture(result, location, jsonData));
|
||||
return;
|
||||
|
Reference in New Issue
Block a user