X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/c6043e021963ec66ad8c6e201f6c479de8c16257..b0f569c:/templates/webpages/csv_import/form.html
diff --git a/templates/webpages/csv_import/form.html b/templates/webpages/csv_import/form.html
index 3b46cf5f5..4a9672b8f 100644
--- a/templates/webpages/csv_import/form.html
+++ b/templates/webpages/csv_import/form.html
@@ -60,12 +60,13 @@
[%- IF SELF.worker.is_multiplexed %]
- [%- FOREACH ri = SELF.displayable_columns.keys %]
- | [%- ri %] |
+ [%- FOREACH p = SELF.worker.profile %]
+ [%- p.row_ident %] |
[%- END %]
- [%- FOREACH ri = SELF.displayable_columns.keys %]
+ [%- FOREACH p = SELF.worker.profile %]
+ [% SET ri = p.row_ident %]
@@ -124,6 +125,10 @@
[% LxERP.t8('The items are imported accoring do their number "X" regardless of the column order inside the file.') %]
[% LxERP.t8('The column "make_X" can contain either a vendor\'s database ID, a vendor number or a vendor\'s name.') %]
+
+ [2]:
+ [% LxERP.t8('Onhand only sets the quantity in master data, not in inventory. This is only a legacy info field and will be overwritten as soon as a inventory transfer happens.') %]
+
[%- ELSIF SELF.type == 'orders' %]
|