Prechádzať zdrojové kódy

Retocar informe de comision.

SEBAS 3 mesiacov pred
rodič
commit
75ee67da2f

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

@@ -383,8 +383,8 @@ function report_customer_payment (reporting){
                             employee_name: self.valorNull(item.employee_id2),
                             journal_id: item.journal_id[0],
                             partner_id: item.partner_id[0],
-                            user_id : self.valorNull(item.user_id),
-                            user_name : item.user_id.name,
+                            user_id : self.valorNull(item2.user_id[0]),
+                            user_name : item2.user_id[1],
                             in_amount: cobrado,
                             tcomision: tcomision,
                             tcomision_vendedor: tcomision,