|
@@ -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;
|
|
|
}));
|