Ignore:
Timestamp:
7 Mar 2008, 07:28:11 (17 years ago)
Author:
Henrik Bettermann
Message:

implement invalid payment status

Location:
WAeUP_SRP/fceokene/profiles/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/fceokene/profiles/default/layouts/payment.xml

    r2930 r3275  
    207207     <property name="hidden_readonly_layout_modes"/>
    208208    </widget>
    209  
    210  
     209
     210
    211211  <table>
    212212  <row>
    213    <cell name="type_description"/>
    214   </row>
    215   <row>
    216213   <cell name="status"/>
    217   </row> 
     214  </row>
    218215  <row>
    219216   <cell name="order_id"/>
  • WAeUP_SRP/fceokene/profiles/default/vocabularies/payment_status.xml

    r2877 r3275  
    1010    <item key="paid" msgid="">Paid</item>
    1111    <item key="started" msgid="">Started</item>
    12     <item key="due" msgid="">Due</item>
    1312    <item key="failed" msgid="">Unsuccessfull</item>
     13    <item key="invalid" msgid="">Invalid</item>
    1414</object>
Note: See TracChangeset for help on using the changeset viewer.