Update facture.php

This commit is contained in:
Frédéric FRANCE 2016-01-12 10:09:02 +01:00 committed by jfefe
parent 7e1c3d9f1b
commit 0993ac90eb

View File

@ -3667,7 +3667,7 @@ else if ($id > 0 || ! empty($ref))
}
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>';
}
}