test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • sharpdome Friend
    #157861

    Is there a reason that the values in jos_ja_codes for ja_jobs_currency are the same as the text? Right now they are

    $ $
    CHF CHF
    R R

    Could I use numbers instead such as this?

    1 USD
    2 GBP
    3 EUR
    4 CAD

    Not sure if changing them will break something internal to the code or cause problems with PayPal or other payment merchants. Do the text and values need to be the same?

    Thanks,

    -David

    Vinh CV Friend
    #368755

    Dear sharpdome

    Don’t change records in jos_ja_codes table like:
    1 USD
    2 GBP
    3 EUR
    4 CAD

    Because, jos_ja_codes there are 3 fields with following means:
    id: Record ID
    value: Value for code.
    text: The text display for code.

    Eg: You will see the “text” in select currency list in JobForm, but internal code will get “value” data to store in the database.

    Therefore, you must keep orginal format, eg:
    id: 1233
    value: USD
    text: United States Dollars.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Vinh CV 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum