set/abstract/account_field.rb in card-mod-account-0.11.3 vs set/abstract/account_field.rb in card-mod-account-0.11.4
- old
+ new
@@ -1,4 +1,9 @@
+delegate :accounted, to: :account_card
+
+def account_card
+ left
+end
# allow account owner to update account field content
def ok_to_update
return true if own_account? && !name_changed? && !type_id_changed?