@@ -20,6 +20,7 @@ type Ordonnance struct {
BoilFee uint16 `json:"boilFee"`
DeliveryFee uint16 `json:"deliveryFee"`
Counter uint16 `json:"counter"`
+ Old uint16 `json:"old"`
}
type VordonnanceDetail struct {