},{
($limit ? (limit => $limit) : ()),
($offset ? (offset => $offset) : ()),
- flesh => 2, flesh_fields => {acsp => ['patron'], au => ['card']},
+ flesh => 2, flesh_fields => {acsp => ['patron'], au => ['card','standing_penalties']},
order_by => { acsp => 'arrival' }
}]);
},{
($limit ? (limit => $limit) : ()),
($offset ? (offset => $offset) : ()),
- flesh => 2, flesh_fields => {acsp => ['patron'], au => ['card']},
+ flesh => 2, flesh_fields => {acsp => ['patron'], au => ['card','standing_penalties']},
order_by => { acsp => 'slot' }
}]);
},{
($limit ? (limit => $limit) : ()),
($offset ? (offset => $offset) : ()),
- flesh => 2, flesh_fields => {acsp => ['patron'], au => ['card']},
+ flesh => 2, flesh_fields => {acsp => ['patron'], au => ['card','standing_penalties']},
order_by => { acsp => 'slot' }
}]);