mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: le code postal disparaissait en changeant de pays
This commit is contained in:
@@ -174,7 +174,7 @@ if ($_GET["action"] == 'create' || $_POST["action"] == 'create')
|
||||
$soc->fournisseur=$_POST["fournisseur"];
|
||||
$soc->code_fournisseur=$_POST["code_fournisseur"];
|
||||
$soc->adresse=$_POST["adresse"];
|
||||
$soc->zip=$_POST["zip"];
|
||||
$soc->cp=$_POST["cp"];
|
||||
$soc->ville=$_POST["ville"];
|
||||
$soc->departement_id=$_POST["departement_id"];
|
||||
$soc->tel=$_POST["tel"];
|
||||
|
||||
Reference in New Issue
Block a user