+ global_fees
This commit is contained in:
parent
28872cb239
commit
0e4dff6594
2 changed files with 5 additions and 2 deletions
|
|
@ -191,7 +191,10 @@ let mk_keys ~db_conn (module Sm : Secmod.S) ~last_issue_date =
|
|||
in
|
||||
|
||||
let recoup = (* todo /recoup *) [] in
|
||||
let global_fees = (* TODO *) [] in
|
||||
let* global_fees =
|
||||
(* todo take start_date = now? *)
|
||||
Pg.get_global_fees db_conn ~start_date:None |> unwrap_err_caqti
|
||||
in
|
||||
let auditors = (* TODO *) [] in
|
||||
let extensions = None in
|
||||
let extensions_sig = None in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue