mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX]pms_api_Rest: downpayment field naming
This commit is contained in:
@@ -518,7 +518,7 @@ class PmsFolioService(Component):
|
||||
defaultInvoiceTo=sale_line.default_invoice_to
|
||||
if sale_line.default_invoice_to
|
||||
else None,
|
||||
isDownPayment=sale_line.is_down_payment,
|
||||
isDownPayment=sale_line.is_downpayment,
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user