Commit b0507daa authored by Alfino Fristyananda's avatar Alfino Fristyananda
Browse files

Merge branch 'hotfix/actualdate=deliverydate'

parents daf39f2b 9aa72368
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment