During Quotation#net_rate calculation we tried to find property by property_id
def property
@property ||= PropertyRepository.identified_by(property_id).first
end
But property_id is not unique in our DB. We need to use supplier_name or even better host_id
During
Quotation#net_ratecalculation we tried to find property byproperty_idBut property_id is not unique in our DB. We need to use
supplier_nameor even betterhost_id