Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alfino Fristyananda
cita-sfadataingest
Commits
b0507daa
Commit
b0507daa
authored
1 year ago
by
Alfino Fristyananda
Browse files
Options
Download
Plain Diff
Merge branch 'hotfix/actualdate=deliverydate'
parents
daf39f2b
9aa72368
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
engine/ingest.go
+1
-1
engine/ingest.go
with
1 addition
and
1 deletion
+1
-1
engine/ingest.go
+
1
-
1
View file @
b0507daa
...
...
@@ -206,7 +206,7 @@ func (r *Cita) readTheCSV(path fs.DirEntry) error {
a
.
Distributor_code
=
mapCustomer_Code
[
a
.
Customer_code
]
a
.
Order_date
,
_
=
time
.
Parse
(
layout
,
dataMap
[
"Inserted_Date"
][
i
])
a
.
Delivery_date
,
_
=
time
.
Parse
(
layoutDD
,
dataMap
[
"Delivery_Date"
][
i
])
//
a.Actual_date = a.Delivery_date
a
.
Actual_date
=
a
.
Delivery_date
a
.
Nomor_nota
=
""
a
.
Total_order
=
0
a
.
Status_cancel
=
"no"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets