Skip to content

Commit

Permalink
#6072 move process where the shipping logic is
Browse files Browse the repository at this point in the history
  • Loading branch information
metas-rc committed Feb 3, 2020
1 parent c15420a commit 68fc32e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- 2020-02-03T13:12:58.689Z
-- I forgot to set the DICTIONARY_ID_COMMENTS System Configurator
UPDATE AD_Process SET Classname='de.metas.shipping.process.C_Order_AddTo_M_ShipperTransportation',Updated=TO_TIMESTAMP('2020-02-03 15:12:58','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Process_ID=584645
;

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package de.metas.order.process;
package de.metas.shipping.process;

import org.adempiere.ad.dao.ConstantQueryFilter;
import org.adempiere.ad.dao.IQueryFilter;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package de.metas.shipping.process;

0 comments on commit 68fc32e

Please sign in to comment.