Skip to content

Commit 6b05c09

Browse files
committed
Merge branch 'ticket_1935' of https://github.com/bombycilla/alma into bombycilla-ticket_1935
Conflicts: alma_user/alma_user.module
2 parents 9f5d681 + c5c4328 commit 6b05c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alma_user/alma_user.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,5 @@ function alma_user_ding_debt_list_form_pay($form, &$form_state) {
249249
* Transaction array as provided by DIBS.
250250
*/
251251
function alma_user_debt_dibs_add_payment($transaction) {
252-
alma_client_invoke('add_payment', implode(',', $transaction['params']['selected_debts']), $transaction['payment_order_id']);
252+
alma_client_invoke('add_payment', implode(',', array_filter($transaction['params']['selected_debts'])), $transaction['payment_order_id']);
253253
}

0 commit comments

Comments
 (0)