tweak to phone number handling in CSV

This commit is contained in:
2016-06-18 19:16:35 +10:00
parent 5a4ee8054f
commit 1d4af9ac39
2 changed files with 3 additions and 1 deletions

View File

@@ -1260,6 +1260,8 @@ function booking_form_submit($form, &$form_state)
function _booking_form_submit_post_triggers($node)
{
global $event;
//do these triggers really do anything? The partner id and bf/gf id won't be set in initial submit
//if booking_partner_id is set, make sure the nid it refers to has this node as its booking_partner_id
if ($node->booking_partner_id != 0) {