Explorar o código

agregar que estire en el informe de pagos de comisiones facturas abiertas

SEBAS %!s(int64=2) %!d(string=hai) anos
pai
achega
af04da1c39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      static/src/js/reports/report_customer_payment.js

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

@@ -215,7 +215,7 @@ function report_customer_payment (reporting){
             var self = this;
             var defer = $.Deferred();
             var domain = [
-                ['state', 'in',['paid']],
+                ['state', 'in',['paid','open']],
                 ['type', 'in', ['out_invoice','out_refund']],
             ];
             var AccountInvoice = new model.web.Model('account.invoice');