[JIRA] Commented: (OFBIZ-703) order display does not give option to accept/receive paypal payment

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[JIRA] Commented: (OFBIZ-703) order display does not give option to accept/receive paypal payment

JIRA jira@ofbiz.org
     [ http://jira.undersunconsulting.com/browse/OFBIZ-703?page=comments#action_13936 ]
     
Daniel Kunkel commented on OFBIZ-703:
-------------------------------------

I believe it is still an issue, but I'm not sure anymore.

I think the following patch is all that's required to get it working, but it really should be reviewed.

Index: applications/order/webapp/ordermgr/order/orderheader.ftl
===================================================================
--- applications/order/webapp/ordermgr/order/orderheader.ftl    (revision 436679)
+++ applications/order/webapp/ordermgr/order/orderheader.ftl    (working copy)
@@ -282,7 +282,7 @@
                           </div>
                         </td>
                         <td width="5">&nbsp;</td>
-                        <#if paymentMethodType.paymentMethodTypeId != "EXT_OFFLINE">
+                        <#if paymentMethodType.paymentMethodTypeId != "EXT_OFFLINE" && paymentMethodType.paymentMethodTypeId != "EXT_PAYPAL">
                           <td align="left">
                             <div class="tabletext">
                               <#if orderPaymentPreference.maxAmount?has_content>




> order display does not give option to accept/receive paypal payment
> -------------------------------------------------------------------
>
>          Key: OFBIZ-703
>          URL: http://jira.undersunconsulting.com/browse/OFBIZ-703
>      Project: [OFBiz] Open For Business
>         Type: Bug
>   Components: order
>     Versions: SVN
>  Environment: SVN
>     Reporter: Daniel Kunkel
>     Assignee: Jira Administrator
>     Priority: Trivial

>
>
> The order manager doesn't display the link to accept an off-line payment on unpaid paypal orders.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.undersunconsulting.com/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira