mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
Invoice migration improvements, invoice issuing
This commit is contained in:
parent
7fe851d480
commit
5c0e2be387
12 changed files with 187 additions and 34 deletions
|
@ -23,6 +23,11 @@ if con.present? && con.table_exists?('settings')
|
|||
Setting.save_default(:transfer_wait_time, 0)
|
||||
|
||||
Setting.save_default(:client_side_status_editing_enabled, false)
|
||||
|
||||
Setting.save_default(:eis_iban, 'EE557700771000598731')
|
||||
Setting.save_default(:eis_bank, 'LHV Pank')
|
||||
Setting.save_default(:eis_swift, 'LHVBEE22')
|
||||
Setting.save_default(:eis_invoice_contact, 'Martti Õigus')
|
||||
end
|
||||
|
||||
# dev only setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue