suppress warning for no donation solicited
This commit is contained in:
parent
813de3355c
commit
3d9846385c
@ -792,6 +792,8 @@ function fulcrm_shoppingcart_buy_eventbookingtype( $person, $eventbookingtype, $
|
|||||||
|
|
||||||
function fulcrm_shoppingcart_buy_donation_form_submit( $form, &$form_state ) {
|
function fulcrm_shoppingcart_buy_donation_form_submit( $form, &$form_state ) {
|
||||||
$product_id = $form_state[ 'fulcrm_shoppingcart' ][ 'product' ][ 'id' ];
|
$product_id = $form_state[ 'fulcrm_shoppingcart' ][ 'product' ][ 'id' ];
|
||||||
|
$donation_amount = 0.0;
|
||||||
|
if ( array_key_exists( 'donation_amount', $form_state[ 'values' ] ) )
|
||||||
$donation_amount = floatval( $form_state[ 'values' ][ 'donation_amount' ] );
|
$donation_amount = floatval( $form_state[ 'values' ][ 'donation_amount' ] );
|
||||||
|
|
||||||
if ( $donation_amount > 0.0 ) {
|
if ( $donation_amount > 0.0 ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user