delete $scope.prev_circ_usr;
if (!copyId) return;
- egCore.pcrud.search('circ',
+ egCore.pcrud.search('aacs',
{target_copy : copyId},
{ flesh : 2,
flesh_fields : {
- circ : [
+ aacs : [
'usr',
'workstation',
'checkin_workstation',
],
au : ['card']
},
- order_by : {circ : 'xact_start desc'},
+ order_by : {aacs : 'xact_start desc'},
limit : 1
}