- Cataloghi: parte finale... prima bozza 9 dic

This commit is contained in:
Surya Paolo
2024-12-09 12:32:09 +01:00
parent 8803190313
commit 14bca3e282
5 changed files with 78 additions and 24 deletions

View File

@@ -112,6 +112,8 @@ module.exports = {
mytable = Operator;
else if (tablename === 'products')
mytable = Product;
else if (tablename === 'arrvariazioni')
mytable = Product;
else if (tablename === 'productinfos')
mytable = ProductInfo;
else if (tablename === 'storehouses')