5488f579e7
saveMachineIdInline used wrong field names when rendering the location info div after a successful assignment: 'location_name', 'building', 'zone' — none of which exist in the asset dict returned by lookup_machine_id(). Replaced with the correct fields matching lookupPrevAsset(): building_name, floor, room, address, make, model Now pressing Enter on an inline machine ID edit correctly shows the asset's building, floor, room, address, and make/model.