Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Merge pull request dingproject#11 from ding2tal/development
Browse files Browse the repository at this point in the history
Ding2tal PR6
  • Loading branch information
kasperg committed Dec 17, 2014
2 parents 837b39f + 7932da7 commit 77ca0fe
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 77ca0fe

Please sign in to comment.