|
|
@@ -620,7 +620,12 @@ public class titem extends PaoCust {
|
|
|
String fieldname) throws P2Exception {
|
|
|
PaoSetRemote paoset = super.fieldGetlist(paoField, list, fieldname);
|
|
|
if (fieldname.equals("FSALECLSNUM")) {
|
|
|
- paoset.setWhere("fistool=1");
|
|
|
+ if(getBoolean("FISTOOL")){
|
|
|
+ paoset.setWhere("fistool=1");
|
|
|
+ }else{
|
|
|
+ paoset.setWhere("fistool=0");
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
return paoset;
|
|
|
}
|