|
|
@ -865,7 +865,7 @@ function fulcrm_shoppingcart_buy_donation_form( $form, &$form_state, $person, $p
|
|
|
|
'#default_value' => sprintf( "%.2f", $product[ '_price' ][ 'item_net' ] ),
|
|
|
|
'#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' ] = array( '#type' => 'actions' );
|
|
|
|
$form[ 'actions' ][ 'save' ] = array( '#type' => 'submit',
|
|
|
|
$form[ 'actions' ][ 'save' ] = array( '#type' => 'submit',
|
|
|
|