mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Use Estonian reference number format instead of ISO 11649
This commit is contained in:
parent
aa6e8f8a93
commit
5738c17731
25 changed files with 244 additions and 47 deletions
|
@ -14,6 +14,7 @@ module Admin
|
|||
|
||||
def create
|
||||
@registrar = Registrar.new(registrar_params)
|
||||
@registrar.reference_no = ::Billing::ReferenceNo.generate
|
||||
|
||||
if @registrar.valid?
|
||||
@registrar.transaction do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue