You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2007/12/14 18:05:43 UTC

[jira] Created: (OFBIZ-1524) Improve the way CreditCard.cardType field is managed

Improve the way CreditCard.cardType field is managed
----------------------------------------------------

                 Key: OFBIZ-1524
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1524
             Project: OFBiz
          Issue Type: Bug
          Components: accounting, ecommerce, order
            Reporter: Jacopo Cappellato
            Priority: Minor


The credit card types are hardcoded in the following template (and in a few other ftl files):

http://svn.apache.org/repos/asf/ofbiz/trunk/framework/common/webcommon/includes/cctypes.ftl

instead getting the values from the Enumeration entity (we already have value for credit card types, with enumTypeId="CREDIT_CARD_TYPE")

Also, in the CreditCard.cardType field, instead of storing the Enumeration.enumId field (e.g. CCT_VISA) we store the Enumeration.enumCode field (e.g. "Visa")

This value is also used in some of the UtilValidate methods; it would be much better to use everywhere the values in the enumId entity.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.