This commit is contained in:
Dorian Vabre 2021-04-22 12:06:33 +02:00
parent e05c318fd8
commit e6318eb4f4

View File

@ -256,7 +256,6 @@ if (empty($reshook) && $action == 'add') {
// Fetch using the input field by user // Fetch using the input field by user
if (!empty($societe)) { if (!empty($societe)) {
$resultfetchthirdparty = $thirdparty->fetch('', $societe); $resultfetchthirdparty = $thirdparty->fetch('', $societe);
var_dump($resultfetchthirdparty);
if ($resultfetchthirdparty<=0) { if ($resultfetchthirdparty<=0) {
// Need to create a new one // Need to create a new one
$resultfetchthirdparty = 0; $resultfetchthirdparty = 0;
@ -269,7 +268,6 @@ if (empty($reshook) && $action == 'add') {
$resultfetchthirdparty = 0; $resultfetchthirdparty = 0;
} }
} }
var_dump($resultfetchthirdparty);
if ($resultfetchthirdparty<0) { if ($resultfetchthirdparty<0) {
$error++; $error++;
$errmsg .= $thirdparty->error; $errmsg .= $thirdparty->error;
@ -314,7 +312,7 @@ if (empty($reshook) && $action == 'add') {
} else { } else {
$thirdparty->country_code = getCountry($thirdparty->country_id, 2, $db, $langs); $thirdparty->country_code = getCountry($thirdparty->country_id, 2, $db, $langs);
$thirdparty->country = getCountry($thirdparty->country_code, 0, $db, $langs); $thirdparty->country = getCountry($thirdparty->country_code, 0, $db, $langs);
$confattendee->fk_soc = $thirdparty->id; $confattendee->fk_soc = $thirdparty->id;
$confattendee->update($user); $confattendee->update($user);
} }
} }
@ -338,7 +336,6 @@ if (empty($reshook) && $action == 'add') {
$facture->cond_reglement_id = $confattendee->cond_reglement_id; $facture->cond_reglement_id = $confattendee->cond_reglement_id;
if (empty($facture->cond_reglement_id)) { if (empty($facture->cond_reglement_id)) {
var_dump($confattendee->db);
$paymenttermstatic = new PaymentTerm($confattendee->db); $paymenttermstatic = new PaymentTerm($confattendee->db);
$facture->cond_reglement_id = $paymenttermstatic->getDefaultId(); $facture->cond_reglement_id = $paymenttermstatic->getDefaultId();
if (empty($facture->cond_reglement_id)) { if (empty($facture->cond_reglement_id)) {