fix : remove comments
This commit is contained in:
parent
9b71f1e16b
commit
3e6eeeb977
@ -722,7 +722,6 @@ if ($ispaymentok)
|
|||||||
$ispostactionok = -1;
|
$ispostactionok = -1;
|
||||||
}
|
}
|
||||||
} elseif (array_key_exists('ORD', $tmptag) && $tmptag['ORD'] > 0) {
|
} elseif (array_key_exists('ORD', $tmptag) && $tmptag['ORD'] > 0) {
|
||||||
// Record payment
|
|
||||||
include_once DOL_DOCUMENT_ROOT . '/commande/class/commande.class.php';
|
include_once DOL_DOCUMENT_ROOT . '/commande/class/commande.class.php';
|
||||||
$object = new Commande($db);
|
$object = new Commande($db);
|
||||||
$result = $object->fetch($tmptag['ORD']);
|
$result = $object->fetch($tmptag['ORD']);
|
||||||
@ -761,7 +760,7 @@ if ($ispaymentok)
|
|||||||
|
|
||||||
$postactionmessages[] = 'Payment was done in a different currency that currency expected of company';
|
$postactionmessages[] = 'Payment was done in a different currency that currency expected of company';
|
||||||
$ispostactionok = -1;
|
$ispostactionok = -1;
|
||||||
$error++; // Not yet supported
|
$error++;
|
||||||
}
|
}
|
||||||
$paiement->paiementid = $paymentTypeId;
|
$paiement->paiementid = $paymentTypeId;
|
||||||
$paiement->num_payment = '';
|
$paiement->num_payment = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user