This commit is contained in:
Surya Paolo
2024-01-09 15:31:59 +01:00
parent 4cdc4f7de1
commit 3dfb990620
4 changed files with 2 additions and 129 deletions

View File

@@ -75,7 +75,6 @@ const Group = require('../models/group');
const { Todo } = require('../models/todo');
const Hours = require('../models/hours');
const Order = require('../models/order');
const Cash = require('../models/cash');
const CashCategory = require('../models/cashCategory');
const CashSubCategory = require('../models/cashSubCategory');
@@ -149,7 +148,7 @@ module.exports = {
mytable = Producer;
else if (tablename === 'carts')
mytable = Cart;
else if (tablename === 'orderscart')
else if (tablename === 'orderscarts')
mytable = OrdersCart;
else if (tablename === 'sendmsgs')
mytable = SendMsg;