Added the possibility to merge chores

This commit is contained in:
Bernd Bestel
2021-11-14 16:19:52 +01:00
parent 693dcc1020
commit 4d21668265
9 changed files with 208 additions and 2 deletions

View File

@@ -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);
}
);
});