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