Browse Source

Estirra solo los abiertos

sebastian 5 năm trước cách đây
mục cha
commit
7d84877380

+ 1 - 1
static/src/js/reports/report_saledecorart_utility_analytic.js

@@ -297,7 +297,7 @@ function report_saledecorart_utility_analytic(reporting){
           // Invoice (FACTURAS)
           fetchInvoiceV2: function () {
               var self = this;
-              var filter ="[['state', 'in',['open','paid']],['type', '=', 'out_invoice']";
+              var filter ="[['state', 'in',['open']],['type', '=', 'out_invoice']";
               var journal_ids = _.flatten(_.map(self.AccountJournal, function (item) {
                   return item.id;
               }));