Skip to content

Commit

Permalink
Select account for payment
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Jul 7, 2014
1 parent 516632e commit 83d3af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/facture.php
Expand Up @@ -3463,7 +3463,7 @@
if ($resteapayer == 0) {
print '<div class="inline-block divButAction"><span class="butActionRefused" title="' . $langs->trans("DisabledBecauseRemainderToPayIsZero") . '">' . $langs->trans('DoPayment') . '</span></div>';
} else {
print '<div class="inline-block divButAction"><a class="butAction" href="paiement.php?facid=' . $object->id . '&amp;action=create">' . $langs->trans('DoPayment') . '</a></div>';
print '<div class="inline-block divButAction"><a class="butAction" href="paiement.php?facid=' . $object->id . '&amp;action=create &accountid='.$object->fk_account.'">' . $langs->trans('DoPayment') . '</a></div>';
}
}
}
Expand Down

0 comments on commit 83d3af9

Please sign in to comment.