mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 01:35:10 +02:00
Invoice filtering in registrar
This commit is contained in:
parent
1f2f483e34
commit
23098add74
13 changed files with 83 additions and 7 deletions
|
@ -32,6 +32,8 @@ class Invoice < ActiveRecord::Base
|
|||
false
|
||||
end
|
||||
|
||||
before_save -> { self.sum_cache = sum }
|
||||
|
||||
def binded?
|
||||
account_activity.present?
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue