We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d9ab9 commit 8c8c0dcCopy full SHA for 8c8c0dc
1 file changed
app/views/backend/taxes/_form.html.haml
@@ -7,7 +7,7 @@
7
= f.referenced_association :collect_account, source: { scope: :collected_vat}, new: { number: Account.find_or_import_from_nomenclature(:collected_vat).number }
8
= f.referenced_association :deduction_account, source: { scope: :deductible_vat }, new: { number: Account.find_or_import_from_nomenclature(:deductible_vat).number }
9
= f.referenced_association :fixed_asset_collect_account, source: { scope: { of_usage: :collected_vat }}, new: { number: Account.find_or_import_from_nomenclature(:collected_vat).number }
10
- = f.referenced_association :fixed_asset_deduction_account, source: { scope: { of_usage: :deductible_asset_vat }}, new: { number: Account.find_or_import_from_nomenclature(:deductible_asset_vat).number }
+ = f.referenced_association :fixed_asset_deduction_account, source: { scope: { of_usage: :deductible_vat }}, new: { number: Account.find_or_import_from_nomenclature(:deductible_vat).number }
11
12
= f.input :intracommunity
13
= f.referenced_association :intracommunity_payable_account, source: { scope: { of_usage: :vat }}, new: { number: Account.find_or_import_from_nomenclature(:vat).number }
0 commit comments