|
@@ -90,7 +90,7 @@ public class ReceiptAction extends ManagementAction<Receipt> {
|
|
|
this.queryModifierList.add(new AccountConstraint());
|
|
|
this.queryModifierList.add(new WarehouseConstraint());
|
|
|
this.queryModifierList.add(new CustomerConstraint());
|
|
|
- this.queryModifierList.add(new ReceiptConstraint());
|
|
|
+// this.queryModifierList.add(new ReceiptConstraint());
|
|
|
}
|
|
|
|
|
|
/**
|