fixup runtime
This commit is contained in:
parent
ba42f9f414
commit
faa185ec05
@ -865,7 +865,7 @@ function fulcrm_shoppingcart_buy_donation_form( $form, &$form_state, $person, $p
|
||||
'#default_value' => sprintf( "%.2f", $product[ '_price' ][ 'item_net' ] ),
|
||||
);
|
||||
|
||||
drupal_set_title( check_plain( $product[ 'data' ][ 'name' ] ) );
|
||||
drupal_set_title( check_plain( $product[ 'name' ] ) );
|
||||
|
||||
$form[ 'actions' ] = array( '#type' => 'actions' );
|
||||
$form[ 'actions' ][ 'save' ] = array( '#type' => 'submit',
|
||||
|
Loading…
x
Reference in New Issue
Block a user