feature/IO-3255-simplified-parts-management -Cleanup / Docblocks

This commit is contained in:
Dave Richer
2025-07-07 13:19:19 -04:00
parent c71026f22a
commit 91cc12873e
3 changed files with 88 additions and 6 deletions

View File

@@ -149,12 +149,6 @@ const extractJobData = (rq) => {
};
};
/**
* Extracts owner data from the XML request.
* @param {object} rq - The VehicleDamageEstimateAddRq object.
* @param {string} shopId - The bodyshop UUID.
* @returns {object} Owner data for insertion and inline use.
*/
/**
* Extracts owner data from the XML request.
* Falls back to Claimant if Owner is missing.