mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Manual invoice binding improvement #2733
This commit is contained in:
parent
194a551203
commit
1142b1dfc7
6 changed files with 45 additions and 4 deletions
|
@ -2,6 +2,8 @@ class BankStatement < ActiveRecord::Base
|
|||
include Versions
|
||||
has_many :bank_transactions
|
||||
|
||||
accepts_nested_attributes_for :bank_transactions
|
||||
|
||||
attr_accessor :th6_file
|
||||
|
||||
validates :bank_code, :iban, presence: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue