From 2c5b782c1ce3d51ebfaac638d5e8343508aa9724 Mon Sep 17 00:00:00 2001 From: teo_sarca Date: Mon, 1 Sep 2008 11:18:32 +0000 Subject: [PATCH] MHRProcess: fix credits --- base/src/org/eevolution/model/MHRProcess.java | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/base/src/org/eevolution/model/MHRProcess.java b/base/src/org/eevolution/model/MHRProcess.java index fc9c2eaacc..0ea28b2f78 100644 --- a/base/src/org/eevolution/model/MHRProcess.java +++ b/base/src/org/eevolution/model/MHRProcess.java @@ -43,17 +43,12 @@ import org.compiere.util.Env; import org.compiere.util.Util; /** - * Order Model. - * Please do not set DocStatus and C_DocType_ID directly. - * They are set in the process() method. - * Use DocAction and C_DocTypeTarget_ID instead. + * HR Process Model * - * Based on Compiere, @author Jorg Janke - * @author e-Evolution, Mexico - * @contributors Cristina Ghita, SC ARHIPAC SERVICE SRL BF [ 2031197 ] Skips saving - * @version $Id: MHProcess.java $ - * - */ + * @author e-Evolution, Mexico + * @author Cristina Ghita, SC ARHIPAC SERVICE SRL + *
  • BF [ 2031197 ] Skips saving + */ public class MHRProcess extends X_HR_Process implements DocAction { public static int m_process = 0; public static int m_bpartner = 0;