Browse Source

[FIX] codigo

Adrielso 7 years ago
parent
commit
21e81936ca
4 changed files with 1 additions and 0 deletions
  1. BIN
      __init__.pyc
  2. BIN
      controllers.pyc
  3. BIN
      models.pyc
  4. 1 0
      static/src/js/eiru_reporting.js

BIN
__init__.pyc


BIN
controllers.pyc


BIN
models.pyc


+ 1 - 0
static/src/js/eiru_reporting.js

@@ -1500,6 +1500,7 @@ openerp.eiru_reporting = function (instance, local) {
             var itemQuant;
             var productProduct;
             var cat = 0;
+            var quant;
             for (var i = 0; i < stockLocation.length; i++) {
                 itemLocation = stockLocation[i];
                 productProduct = self.getProdcutoProduct(self.productProduct,stockQuant, itemLocation.id);