Skip to content

Commit

Permalink
Merge pull request #7211 from ledgersmb/fix/master/non-trx-csv-imports
Browse files Browse the repository at this point in the history
Hide fields related to transaction import
  • Loading branch information
ehuelsmann committed Feb 11, 2023
2 parents 7c87159 + 198b27b commit beed154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UI/src/views/ImportCSV-CoA.vue
@@ -1,6 +1,6 @@
<template>
<div id="import-chart">
<import-csv :type="type">
<import-csv :type="type" :transaction_fields="false">
<template v-slot:title>Import Chart of Accounts
</template>
<template v-slot:info>
Expand Down
2 changes: 1 addition & 1 deletion UI/src/views/ImportCSV-GSO.vue
@@ -1,6 +1,6 @@
<template>
<div :id="'import-' + type">
<import-csv :type="type">
<import-csv :type="type" :transaction_fields="false">
<template v-slot:title>Import {{ type }}</template>
<template v-slot:info>The uploaded file contains one {{ type }} item
per row; no header fields need to be entered below.</template>
Expand Down

0 comments on commit beed154

Please sign in to comment.