From 49dd338c45ee9b4b5d7e51d3eb4870b022a7e896 Mon Sep 17 00:00:00 2001 From: Pablo Date: Mon, 30 Sep 2019 11:09:56 +0200 Subject: [PATCH] [UPD] redeclared `client_order_ref` defined above --- hotel/models/hotel_folio.py | 1 - 1 file changed, 1 deletion(-) diff --git a/hotel/models/hotel_folio.py b/hotel/models/hotel_folio.py index b7bf08fb3..321672247 100644 --- a/hotel/models/hotel_folio.py +++ b/hotel/models/hotel_folio.py @@ -256,7 +256,6 @@ class HotelFolio(models.Model): 'Prepaid Warning Days', help='Margin in days to create a notice if a payment \ advance has not been recorded') - client_order_ref = fields.Char(string='Customer Reference', copy=False) note = fields.Text('Terms and conditions') sequence = fields.Integer(string='Sequence', default=10)