Closed (fixed)
Project:
e-Commerce
Version:
6.x-4.x-dev
Component:
store
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 11:54 UTC
Updated:
22 Dec 2008 at 12:16 UTC
in
function ec_store_transaction_form_submit(&$form, &$form_state)
on line 137
there is
form_state['redirect'] = 'admin/store/transaction';
which should be
$form_state['redirect'] = 'admin/store/transaction';
Actually just opening my drupal site in php eclipse pointed out there was an error in the ecommerce code.
Hans
Comments
Comment #1
gordon commentedThanks I have fixed the error.