mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
generated on is datetime, not date
This commit is contained in:
@@ -293,7 +293,7 @@ def get_header(filters, csv_class):
|
|||||||
# E = Format version (regarding format name)
|
# E = Format version (regarding format name)
|
||||||
csv_class.FORMAT_VERSION,
|
csv_class.FORMAT_VERSION,
|
||||||
# F = Generated on
|
# F = Generated on
|
||||||
datetime.datetime.now().strftime("%Y%m%d"),
|
datetime.datetime.now().strftime("%Y%m%d%H%M%S"),
|
||||||
# G = Imported on -- stays empty
|
# G = Imported on -- stays empty
|
||||||
"",
|
"",
|
||||||
# H = Origin (SV = other (?), RE = KARE)
|
# H = Origin (SV = other (?), RE = KARE)
|
||||||
|
|||||||
Reference in New Issue
Block a user