mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 11:27:03 +00:00
Added the possibility to merge chores
This commit is contained in:
@@ -147,7 +147,7 @@ $("#merge-products-save-button").on("click", function()
|
||||
},
|
||||
function(xhr)
|
||||
{
|
||||
Grocy.FrontendHelpers.ShowGenericError('Error while merging products', xhr.response);
|
||||
Grocy.FrontendHelpers.ShowGenericError('Error while merging', xhr.response);
|
||||
}
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user