jQuery( function( $ ) {
    var ApotheekValues = {moveApotheekValues: move_ApotheekValues};
    $.extend(fb_SummaryObject, ApotheekValues);
});

function move_ApotheekValues() {
	//when skipped no need to transfer
	if (jQuery('input[name="skip\\[apotheek\\]"]').val() != true) {
		toggleSummaryFieldValue('apotheek-pharmacy-name', jQuery('#apotheek-pharmacy-name').val());
		toggleSummaryFieldValue('pharmacy-place', jQuery('#pharmacy-place').val());
		viewSummaryUpdate('apotheek');
	}
}
