metasfresh / metasfresh-webui-api-legacy

metasfresh webui API server
GNU General Public License v3.0
30 stars 32 forks source link

DatePromised changes in cloned order #1162

Open metas-dh opened 5 years ago

metas-dh commented 5 years ago

Is this a bug or feature request?

Bug

What is the current behavior?

When you clone an order, DatePromised is changed.

Which are the steps to reproduce?

  1. Create e.g. a sales order: DatePromised is set day of creation, 23:59, OK
  2. Clone the order: DatePromised is set to 00:00 (= before time of creation): NOK

    What is the expected or desired behavior?

    DatePromised remains the same.

(not sure if this is a frontend or backend problem)

metas-dh commented 5 years ago

did not happen in this week's e2e, but the DatePromised and DatePrepared are incorrect anyway: https://github.com/metasfresh/me03/issues/2408

will check again after that task is fixed and then close this one, if working fine.