mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
docs: replace whitespace indent in docstring with tabs
This commit is contained in:
@@ -3,9 +3,9 @@
|
|||||||
Provide a report and downloadable CSV according to the German DATEV format.
|
Provide a report and downloadable CSV according to the German DATEV format.
|
||||||
|
|
||||||
- Query report showing only the columns that contain data, formatted nicely for
|
- Query report showing only the columns that contain data, formatted nicely for
|
||||||
dispay to the user.
|
dispay to the user.
|
||||||
- CSV download functionality `download_datev_csv` that provides a CSV file with
|
- CSV download functionality `download_datev_csv` that provides a CSV file with
|
||||||
all required columns. Used to import the data into the DATEV Software.
|
all required columns. Used to import the data into the DATEV Software.
|
||||||
"""
|
"""
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user