Skip to content

Commit

Permalink
Update facture.php
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 committed Jan 12, 2016
1 parent a9f0d69 commit 9288506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/compta/facture.php
Expand Up @@ -3655,7 +3655,7 @@
}
else
{
print '<div class="inline-block divButAction"><a class="butAction" href="paiement.php?facid='.$object->id.'&amp;action=create">'.$langs->trans('DoPaymentBack').'</a></div>';
print '<div class="inline-block divButAction"><a class="butAction" href="paiement.php?facid='.$object->id.'&amp;action=create&amp;accountid='.$object->fk_account.'">'.$langs->trans('DoPaymentBack').'</a></div>';
}
}

Expand Down

0 comments on commit 9288506

Please sign in to comment.