Skip to content

Commit

Permalink
feat: add finalize_zero_amount to customers
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Aug 23, 2024
1 parent b55dd32 commit 339e425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/customer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def ensure_slug
# deleted_at :datetime
# document_locale :string
# email :string
# finalize_zero_amount_invoice :integer default(0), not null
# finalize_zero_amount_invoice :integer default("inherit"), not null
# invoice_grace_period :integer
# legal_name :string
# legal_number :string
Expand Down

0 comments on commit 339e425

Please sign in to comment.