Skip to content
Snippets Groups Projects
Commit 53d1d50e authored by Rodolphe Quiedeville's avatar Rodolphe Quiedeville
Browse files

*** empty log message ***

parent 794c21ba
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@
*/
require("../../main.inc.php3");
require("./account.class.php3");
require("./account.class.php");
function llxHeader($head = "")
{
global $user, $conf, $account;
......
......@@ -26,5 +26,15 @@ create table llx_bank_account
label varchar(30),
bank varchar(255),
number varchar(255),
code_banque varchar(7),
code_guichet varchar(6),
cle_rib varchar(5),
bic varchar(10),
iban_prefix varchar(5),
domiciliation varchar(50),
courant smallint default 0 not null
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment