Home
last modified time | relevance | path

Searched refs:idcustomer (Results 1 – 6 of 6) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/stripe/
H A Dpayout.php153 $societestatic->fetch($charge->metadata->idcustomer);
154 $societestatic->id = $charge->metadata->idcustomer;
H A Dtransaction.php151 $societestatic->fetch($charge->metadata->idcustomer);
152 $societestatic->id = $charge->metadata->idcustomer;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/stripe/
H A Dpayout.php148 $societestatic->fetch($charge->metadata->idcustomer);
149 $societestatic->id = $charge->metadata->idcustomer;
H A Dtransaction.php144 $societestatic->fetch($charge->metadata->idcustomer);
145 $societestatic->id = $charge->metadata->idcustomer;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/societe/
H A Dlist.php276 $idcustomer = GETPOST('idcustomer', 'int'); variable
295 …$sql = "UPDATE ".MAIN_DB_PREFIX."facture set fk_soc=".((int) $idcustomer)." where ref='(PROV-POS".…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/societe/
H A Dlist.php231 $idcustomer = GETPOST('idcustomer', 'int'); variable
251 …$sql = "UPDATE ".MAIN_DB_PREFIX."facture set fk_soc=".$idcustomer." where ref='(PROV-POS".$_SESSIO…