mirror of
https://github.com/grocy/grocy.git
synced 2026-03-27 23:29:25 +01:00
Typo
This commit is contained in:
parent
a646f2c6bd
commit
030939e013
|
|
@ -117,7 +117,7 @@ class RecipesController extends BaseController
|
|||
{
|
||||
$pos2 = $this->getDatabase()->recipes_pos_resolved()->where('recipe_id = :1 AND recipe_pos_id = :2 AND is_nested_recipe_pos = 1', $selectedRecipe->id, $pos->recipe_pos_id)->fetch();
|
||||
$pos->recipe_amount = $pos2->recipe_amount;
|
||||
$pos->missing_amount = $pos2->recipe_amount;
|
||||
$pos->missing_amount = $pos2->missing_amount;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user