Skip to content

Commit

Permalink
Merge pull request ding2#17 from pjohans/development
Browse files Browse the repository at this point in the history
Get default_interest period for reservations
  • Loading branch information
cableman committed Oct 14, 2014
2 parents 44f6a0b + 678a5f9 commit 7932da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/alma.reservation.inc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function alma_reservation_options($account, $default_value = '') {

// Get values.
$preferred_branch = $wrapper->field_alma_preferred_branch->value();
$interest_period = $wrapper->field_alma_interest_period->value();
$interest_period = alma_reservation_default_interest_period($profile);
}

// Set default value in the selection box if given else use preferred_branch.
Expand Down

0 comments on commit 7932da7

Please sign in to comment.