Skip to content

Commit

Permalink
I forgot to commit a file in one of my recent commit r1626425. Commit…
Browse files Browse the repository at this point in the history
…ting it now.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1632747 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ashishvijaywargiya committed Oct 18, 2014
1 parent 6a3a4f6 commit 53ecbc6
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import org.ofbiz.entity.condition.EntityCondition;
import org.ofbiz.entity.condition.EntityOperator;

context.creditCardTypes = delegator.findList("Enumeration", EntityCondition.makeCondition("enumTypeId", EntityOperator.EQUALS, "CREDIT_CARD_TYPE"),
["enumId", "enumCode"] as Set, null, null, false);

0 comments on commit 53ecbc6

Please sign in to comment.