Commit 49df2060 authored by ppatro's avatar ppatro

release 3011


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92248 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bb5bcb0a
......@@ -91,6 +91,7 @@ public class PalletMergeIC extends ValidatorEJB implements PalletMergeICLocal, P
currentFormNo = Integer.parseInt(objContext);
System.out.println(" sumit : ["+currentFormNo+"]");
}
objName = getObjName(dom1);
switch(currentFormNo)
{
case 1 :
......@@ -100,7 +101,7 @@ public class PalletMergeIC extends ValidatorEJB implements PalletMergeICLocal, P
childNodeList = parentNode.getChildNodes();
childNodeListLength = childNodeList.getLength();
//changed by sumit on 16/11/12 getting obj_name for validation.
objName = getObjName(dom); //childNode.getAttributes().getNamedItem("objName").getNodeValue();
//objName = getObjName(dom); //childNode.getAttributes().getNamedItem("objName").getNodeValue();
System.out.println(" obj name ->["+objName+"]");
for(ctr = 0; ctr < childNodeListLength; ctr++)
{
......@@ -222,11 +223,16 @@ public class PalletMergeIC extends ValidatorEJB implements PalletMergeICLocal, P
else
{
palletNo = genericUtility.getColumnValue("pallet_no__new",dom);
String palletNoOld = genericUtility.getColumnValueFromNode("pallet_no", dom1.getElementsByTagName("Detail1").item(0));
System.out.println("Old Pallet No ["+palletNoOld+"]New Pallet No["+palletNo+"]");
if("palletmerge".equalsIgnoreCase(objName))
{
//Changed by sumit on 16/11/12 adding status condition
sql = "SELECT COUNT(*) AS COUNT FROM PALLET_NO WHERE PALLET_NO = ?";
//sql = "SELECT COUNT(*) AS COUNT FROM PALLET_NO WHERE PALLET_NO = ?";
sql = "SELECT COUNT(*) AS COUNT FROM DESPATCHDET WHERE DESP_ID IN(SELECT DESP_ID " +
" FROM DESPATCHDET WHERE PALLET_NO = ?) AND PALLET_NO = ?";
}
else
{
......@@ -235,6 +241,11 @@ public class PalletMergeIC extends ValidatorEJB implements PalletMergeICLocal, P
System.out.println(" sql sumit ->["+sql+"]");
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,palletNo);
if("palletmerge".equalsIgnoreCase(objName))
{
pstmt.setString(2,palletNoOld);
}
rs = pstmt.executeQuery();
if( rs.next() )
{
......@@ -242,8 +253,17 @@ public class PalletMergeIC extends ValidatorEJB implements PalletMergeICLocal, P
}
if( count == 0 )
{
errString = getErrorString("pallet_no__new","INVPLTNOM",userId);
break;
if("palletmerge".equalsIgnoreCase(objName))
{
errString = getErrorString("pallet_no__new","INVPLTDESP",userId);
break;
}
else
{
errString = getErrorString("pallet_no__new","INVPLTMST",userId);
break;
}
}
if(pstmt != null)
{
......
......@@ -67,7 +67,7 @@ public class PalletMergePos extends ValidatorEJB implements PalletMergePosLocal,
pstmt.setString(2, palletNo);
pstmt.executeUpdate();
pstmt.close();
pstmt = null;
pstmt = null;
sSQL = "UPDATE CARTON_MASTER SET PALLET_NO = ? WHERE PALLET_NO = ? ";
pstmt = conn.prepareStatement(sSQL);
......
......@@ -117,7 +117,13 @@
<item display="WAITING" data="W"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;wave_task_det&quot; ) TABLE(NAME=&quot;refser&quot; ) COLUMN(NAME=&quot;wave_task_det.wave_id&quot;) COLUMN(NAME=&quot;wave_task_det.line_no&quot;) COLUMN(NAME=&quot;wave_task_det.ref_ser&quot;) COLUMN(NAME=&quot;wave_task_det.ref_id&quot;) COLUMN(NAME=&quot;wave_task_det.status&quot;) COLUMN(NAME=&quot;wave_task_det.ptcn&quot;) COLUMN(NAME=&quot;wave_task_det.sale_order&quot;) COLUMN(NAME=&quot;refser.descr&quot;) COMPUTE(NAME=&quot;case when wave_status = &apos;C&apos; then &apos;Created&apos; when wave_status = &apos;V&apos; then &apos;Verified&apos; when wave_status = &apos;W&apos; then &apos;Held&apos; else &apos; &apos; end wave_status&quot;) JOIN (LEFT=&quot;wave_task_det.ref_ser&quot; OP =&quot;=&quot;RIGHT=&quot;refser.ref_ser&quot; )WHERE( EXP1 =&quot;wave_task_det.wave_id&quot; OP =&quot;=&quot; EXP2 =&quot;:wave_id&quot; ) ) ORDER(NAME=&quot;wave_task_det.line_no&quot; ASC=yes ) ARG(NAME = &quot;wave_id&quot; TYPE = string) </retrieve>
<table_column>
<type precision="0">decimal</type>
<updatewhereclause>yes</updatewhereclause>
<name>priority</name>
<dbname>wave_seq.priority</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;wave_task_det&quot; ) TABLE(NAME=&quot;refser&quot; ) TABLE(NAME=&quot;wave_seq&quot; ) COLUMN(NAME=&quot;wave_task_det.wave_id&quot;) COLUMN(NAME=&quot;wave_task_det.line_no&quot;) COLUMN(NAME=&quot;wave_task_det.ref_ser&quot;) COLUMN(NAME=&quot;wave_task_det.ref_id&quot;) COLUMN(NAME=&quot;wave_task_det.status&quot;) COLUMN(NAME=&quot;wave_task_det.ptcn&quot;) COLUMN(NAME=&quot;wave_task_det.sale_order&quot;) COLUMN(NAME=&quot;refser.descr&quot;) COMPUTE(NAME=&quot;case when wave_status = &apos;C&apos; then &apos;Created&apos; when wave_status = &apos;V&apos; then &apos;Verified&apos; when wave_status = &apos;W&apos; then &apos;Held&apos; else &apos; &apos; end wave_status&quot;) COLUMN(NAME=&quot;wave_seq.priority&quot;) JOIN (LEFT=&quot;wave_task_det.ref_ser&quot; OP =&quot;=&quot;RIGHT=&quot;wave_seq.ref_ser&quot; OUTER1 =&quot;wave_task_det.ref_ser&quot; ) JOIN (LEFT=&quot;wave_task_det.ref_ser&quot; OP =&quot;=&quot;RIGHT=&quot;refser.ref_ser&quot; )WHERE( EXP1 =&quot;wave_task_det.wave_id&quot; OP =&quot;=&quot; EXP2 =&quot;:wave_id&quot; ) ) ORDER(NAME=&quot;wave_seq.priority&quot; ASC=yes ) ARG(NAME = &quot;wave_id&quot; TYPE = string) </retrieve>
<update>WAVE_TASK_DET</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -350,34 +356,6 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Task Status</text>
<border>6</border>
<color>0</color>
<x>756</x>
<y>2</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wave_status_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
......@@ -685,6 +663,34 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Task Status</text>
<border>6</border>
<color>0</color>
<x>756</x>
<y>2</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>wave_status_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
......@@ -721,6 +727,63 @@
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Priority</text>
<border>6</border>
<color>0</color>
<x>835</x>
<y>2</y>
<height>16</height>
<width>63</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>priority_t</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>836</x>
<y>1</y>
<height>16</height>
<width>62</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>priority</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -36295,6 +36295,176 @@ UPDATE POPHELP
SET SQL_STR = 'SELECT DISTINCT S.SHIPMENT_ID, sd.ptcn, D.CUST_CODE FROM SHIPMENT S, SHIP_DOCS SD, DESPATCH D , DESPATCHDET DE WHERE S.CONFIRMED =''N'' AND SD.REF_SER = ''S-DSP'' AND D.DESP_ID = SD.REF_ID and s.SHIPMENT_ID = SD.SHIPMENT_ID AND D.DESP_ID = DE.DESP_ID'
WHERE MOD_NAME = 'W_CHECKSHEET' AND FIELD_NAME = 'SHIPMENT_ID';
-- Added by sumit on 30-nov-12 update pophelp for loading end.
update obj_forms set disp_metadata='checkedImage@img<loc_code>' where win_name='w_empty_loc_scan' and form_no='2';
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'S-DSP ',
9);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'M-PACK',
8);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'R-TASK',
3);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'C-PICK',
6);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'A-PICK',
7);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'RP-PND',
2);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'R-CPA ',
5);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'R-PND ',
2);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'M-PICK',
6);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'S-DOC ',
3);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'RP-ACT',
4);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'RR-DSA',
3);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'RD-DSA',
1);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'R-DSO ',
1);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'RS-DSO',
1);
INSERT INTO web_seq (
ref_ser,
priority)
VALUES (
'RN-DSA',
2);
INSERT INTO MESSAGES (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt ,
msg_time ,
alarm ,
err_source ,
chg_date ,
chg_user ,
chg_term ,
override_input,
mail_option )
VALUES (
'INVPLTDESP',
'Invalid Pallet No.',
'Pallet No. does not belong to current PTCN',
'E',
'Y',
NULL,
NULL,
NULL,
TO_DATE('30-11-2012 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE ',
NULL,
NULL);
INSERT INTO MESSAGES (
msg_no ,
msg_str ,
msg_descr ,
msg_type ,
msg_opt ,
msg_time ,
alarm ,
err_source ,
chg_date ,
chg_user ,
chg_term ,
override_input,
mail_option )
VALUES (
'INVPLTMST',
'Invalid Pallet No.',
'Please enter a unused pallet No. from pallet master.',
'E',
'Y',
NULL,
NULL,
NULL,
TO_DATE('30-11-2012 00:00:00','DD-MM-YYYY HH24:MI:SS'),
'BASE ',
'BASE ',
NULL,
NULL);
commit;
......
......@@ -14,7 +14,8 @@ table(column=(type=char(12) update=yes updatewhereclause=yes key=yes name=wave_i
column=(type=char(10) update=yes updatewhereclause=yes name=sale_order dbname="wave_task_det.sale_order" )
column=(type=char(40) updatewhereclause=yes name=descr dbname="refser.descr" )
column=(type=char(8) update=yes updatewhereclause=yes name=wave_status dbname="wave_status" values="CREATED C/VERIFIED V/WAITING W/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"wave_task_det~" ) TABLE(NAME=~"refser~" ) COLUMN(NAME=~"wave_task_det.wave_id~") COLUMN(NAME=~"wave_task_det.line_no~") COLUMN(NAME=~"wave_task_det.ref_ser~") COLUMN(NAME=~"wave_task_det.ref_id~") COLUMN(NAME=~"wave_task_det.status~") COLUMN(NAME=~"wave_task_det.ptcn~") COLUMN(NAME=~"wave_task_det.sale_order~") COLUMN(NAME=~"refser.descr~") COMPUTE(NAME=~"case when wave_status = 'C' then 'Created' when wave_status = 'V' then 'Verified' when wave_status = 'W' then 'Held' else ' ' end wave_status~") JOIN (LEFT=~"wave_task_det.ref_ser~" OP =~"=~"RIGHT=~"refser.ref_ser~" )WHERE( EXP1 =~"wave_task_det.wave_id~" OP =~"=~" EXP2 =~":wave_id~" ) ) ORDER(NAME=~"wave_task_det.line_no~" ASC=yes ) ARG(NAME = ~"wave_id~" TYPE = string) " update="WAVE_TASK_DET" updatewhere=0 updatekeyinplace=no arguments=(("wave_id", string)) )
column=(type=decimal(0) updatewhereclause=yes name=priority dbname="wave_seq.priority" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"wave_task_det~" ) TABLE(NAME=~"refser~" ) TABLE(NAME=~"wave_seq~" ) COLUMN(NAME=~"wave_task_det.wave_id~") COLUMN(NAME=~"wave_task_det.line_no~") COLUMN(NAME=~"wave_task_det.ref_ser~") COLUMN(NAME=~"wave_task_det.ref_id~") COLUMN(NAME=~"wave_task_det.status~") COLUMN(NAME=~"wave_task_det.ptcn~") COLUMN(NAME=~"wave_task_det.sale_order~") COLUMN(NAME=~"refser.descr~") COMPUTE(NAME=~"case when wave_status = 'C' then 'Created' when wave_status = 'V' then 'Verified' when wave_status = 'W' then 'Held' else ' ' end wave_status~") COLUMN(NAME=~"wave_seq.priority~") JOIN (LEFT=~"wave_task_det.ref_ser~" OP =~"=~"RIGHT=~"wave_seq.ref_ser~" OUTER1 =~"wave_task_det.ref_ser~" ) JOIN (LEFT=~"wave_task_det.ref_ser~" OP =~"=~"RIGHT=~"refser.ref_ser~" )WHERE( EXP1 =~"wave_task_det.wave_id~" OP =~"=~" EXP2 =~":wave_id~" ) ) ORDER(NAME=~"wave_seq.priority~" ASC=yes ) ARG(NAME = ~"wave_id~" TYPE = string) " update="WAVE_TASK_DET" updatewhere=0 updatekeyinplace=no arguments=(("wave_id", string)) )
text(band=header alignment="2" text="Wave ID" border="6" color="0" x="2" y="2" height="16" width="82" html.valueishtml="0" name=wave_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Line No" border="6" color="0" x="86" y="2" height="16" width="72" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Ref series" border="6" color="0" x="160" y="2" height="16" width="64" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -23,7 +24,6 @@ text(band=header alignment="2" text="Ref ID" border="6" color="0" x="426" y="2"
text(band=header alignment="2" text="Status" border="6" color="0" x="510" y="2" height="16" width="48" html.valueishtml="0" name=status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="PTCN" border="6" color="0" x="560" y="2" height="16" width="81" html.valueishtml="0" name=ptcn_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Sale Order" border="6" color="0" x="643" y="2" height="16" width="111" html.valueishtml="0" name=sale_order_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Task Status" border="6" color="0" x="756" y="2" height="16" width="77" html.valueishtml="0" name=wave_status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="2" tabsequence=10 border="5" color="33554432" x="2" y="0" height="16" width="82" format="[general]" html.valueishtml="0" name=wave_id tag="Transaction ID of wave task" visible="1" edit.limit=12 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=2 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="2" tabsequence=20 border="5" color="33554432" x="86" y="0" height="16" width="72" format="[general]" html.valueishtml="0" name=line_no tag="Line Number of the Wave Task detail line" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="2" tabsequence=30 border="5" color="33554432" x="160" y="0" height="16" width="64" format="[general]" html.valueishtml="0" name=ref_ser tag="Reference series of particular transaction (R-ORDH, P-ORDH, P-PACK, S-DSP)" visible="1" edit.limit=6 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
......@@ -32,7 +32,10 @@ column(band=detail id=4 alignment="2" tabsequence=50 border="5" color="33554432"
column(band=detail id=5 alignment="2" tabsequence=60 border="5" color="33554432" x="510" y="1" height="16" width="48" format="[general]" html.valueishtml="0" name=status tag="Status of wave task" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=70 border="5" color="33554432" x="560" y="1" height="16" width="81" format="[general]" html.valueishtml="0" name=ptcn visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=80 border="5" color="33554432" x="643" y="1" height="16" width="111" format="[general]" html.valueishtml="0" name=sale_order visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="2" text="Task Status" border="6" color="0" x="756" y="2" height="16" width="77" html.valueishtml="0" name=wave_status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="756" y="1" height="16" width="77" format="[general]" html.valueishtml="0" name=wave_status visible="1" ddlb.limit=3 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Priority" border="6" color="0" x="835" y="2" height="16" width="63" html.valueishtml="0" name=priority_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=100 border="5" color="33554432" x="836" y="1" height="16" width="62" html.valueishtml="0" name=priority visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_wave_task12" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_wave_task12><d_wave_task12_row __pbband=~"detail~"><wave_id>wave_id</wave_id><line_no>line_no</line_no><ref_ser/><ref_id>ref_id</ref_id><ref_type>ref_type</ref_type><status>status</status><ptcn>ptcn</ptcn><sale_order>sale_order</sale_order><refser_descr/></d_wave_task12_row></d_wave_task12>"))
......
Markdown is supported
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