diff --git a/ChangeLog b/ChangeLog index 8437d9d01c9..308d2f85861 100644 --- a/ChangeLog +++ b/ChangeLog @@ -26,6 +26,7 @@ FIX [ bug #3431 ] Invoice bank account is not respected FIX [ bug #3432 ] Spaces should be removed from IBAN when formatting it FIX [ bug #3358 ] Tasks box does not work with PostgreSQL FIX [ bug #3383 ] Company name is overlapped with company direction in PDF models +FIX [ bug #3460 ] Bank account is not saved when creating a customer invoice and facing an error message NEW: Created new ContratLigne::insert function diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b360f6b6315..dc04004653f 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2121,6 +2121,10 @@ if ($action == 'create') print ''; // Bank Account + if (isset($_POST['fk_account'])) { + $fk_account = $_POST['fk_account']; + } + print '