Showing
1 changed file
with
0 additions
and
1 deletions
@@ -49,7 +49,6 @@ module.exports = (req, res, next) => { | @@ -49,7 +49,6 @@ module.exports = (req, res, next) => { | ||
49 | let supplierId = _.first(currentShop.shopsBrands).supplierId; | 49 | let supplierId = _.first(currentShop.shopsBrands).supplierId; |
50 | 50 | ||
51 | if (channel === 'erp') { | 51 | if (channel === 'erp') { |
52 | - supplierId | ||
53 | baseParams = { | 52 | baseParams = { |
54 | supplierId, | 53 | supplierId, |
55 | pid: req.session.LOGIN_UID, | 54 | pid: req.session.LOGIN_UID, |
-
Please register or login to post a comment