Support a new "include_sms_carrier" option to the holds retrieve API so
the data may be fetched along with the hold instead after the fact in
the patron holds list, etc.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
my $flesh_fields = ['current_copy', 'usr', 'notes'];
push (@$flesh_fields, 'requestor') if $args->{include_requestor};
push (@$flesh_fields, 'cancel_cause') if $args->{include_cancel_cause};
+ push (@$flesh_fields, 'sms_carrier') if $args->{include_sms_carrier};
my $hold = $e->retrieve_action_hold_request([
$hold_id,