In #196, supplier_parties_id became supplier_id, but buyer_parties_id, procuringentity_parties_id and tenderer_parties_id became parties_id. They should all follow the pattern of buyer_id, etc. since the SQL is taking the value from the buyer object, not from the parties object. The remaining parties_id in parties_summary should probably be party_id instead.
In #196,
supplier_parties_id
becamesupplier_id
, butbuyer_parties_id
,procuringentity_parties_id
andtenderer_parties_id
becameparties_id
. They should all follow the pattern ofbuyer_id
, etc. since the SQL is taking the value from thebuyer
object, not from theparties
object. The remainingparties_id
inparties_summary
should probably beparty_id
instead.