details: /erp/devel/pi/rev/7203ab098ac5
changeset: 7397:7203ab098ac5
user: Harikrishnan Raja <harikrishnan.raja <at> openbravo.com>
date: Tue May 18 16:37:46 2010 +0530
summary: Fixes Issue 13356 Before, a string is appended along with the
name.Now this is removed.
diffstat:
src-util/modulescript/build/classes/org/openbravo/modulescript/CreateDoctypeTemplate.class
| 0
src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java
| 2 +-
2 files changed, 1 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 60642476a87e -r 7203ab098ac5
src-util/modulescript/build/classes/org/openbravo/modulescript/CreateDoctypeTemplate.class
Binary file
src-util/modulescript/build/classes/org/openbravo/modulescript/CreateDoctypeTemplate.class
has changed
diff -r 60642476a87e -r 7203ab098ac5
src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java
---
a/src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java
Tue May 18 15:39:12 2010 +0530
+++
b/src-util/modulescript/src/org/openbravo/modulescript/CreateDoctypeTemplate.java
Tue May 18 16:37:46 2010 +0530
@@ -43,7 +43,7 @@
strReportFileName="Goods
recei...@our_ref@";
}
String
strDoctypeTemplate_id=UUID.randomUUID().toString().replace("-",
"").toUpperCase();
-
CreateDoctypeTemplateData.insertDoctypeTemplate(cp.getConnection(), cp,
strDoctypeTemplate_id, data[i].adClientId, data[i].cDoctypeId, data[i].name+"
Report Template", "@basedesign@/org/openbravo/erpReports", strReportFileName,
"RptM_InOut.jrxml");
+
CreateDoctypeTemplateData.insertDoctypeTemplate(cp.getConnection(), cp,
strDoctypeTemplate_id, data[i].adClientId, data[i].cDoctypeId, data[i].name,
"@basedesign@/org/openbravo/erpReports", strReportFileName, "RptM_InOut.jrxml");
CreateDoctypeTemplateData.insertEmailDefinition(cp.getConnection(), cp,
data[i].adClientId, strDoctypeTemplate_id);
}
}
------------------------------------------------------------------------------
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits