hello,
   
  Am just getting on with OFBiz
  am trying to remove some links for paymentType displayed on accounting main 
page(main.ftl).
  listed below is a portion that contain a list of links for paymentType
   
  <ul>
  <#list paymentTypes as paymentType>
  <li><a 
href="<@ofbizUrl>findPayments?lookupFlag=Y&paymentTypeId=${paymentType.paymentTypeId}</@ofbizUrl>">${uiLabelMap.AccountingShowPayments}
 ${paymentType.get("description",locale)}</a></li>
  </#list>
  </ul>
  </td>
   
  I wish to remove/delete some payment types from the list displayed on 
accounting main page but do not know where the paymentType list is populated 
from.
   
   ;
  li><a 
href="<@ofbizUrl>findPayments?lookupFlag=Y&paymentTypeId=${paymentType.paymentTypeId}</@ofbizUrl>">${uiLabelMap.AccountingShowPayments}
   
  was able to trace the above to accounting AccountingUiLabels.properties where 
  AccountingShowPayments= Show Payments
   
   
  but could not figure out 
  ${paymentType.get("description",locale)}</a></li>
   
  where is the list populated from?
   
   
  cheers,
  kurtis.

       
---------------------------------
Ready for the edge of your seat? Check out tonight's top picks on Yahoo! TV. 

Reply via email to