From 987127d634644ed18fe6bf92823c778941ce4ec7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 9 Dec 2009 13:30:32 +0000 Subject: [PATCH] New: VAT number is saved in one field only. This is more "international". --- htdocs/soc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/soc.php b/htdocs/soc.php index 649e79408e2..e00e2f6445a 100644 --- a/htdocs/soc.php +++ b/htdocs/soc.php @@ -582,7 +582,7 @@ $_GET["action"] == 'create' || $_POST["action"] == 'create') } print ''.$langs->trans('VATIntra').''; print ''; - $s.=''; + $s =''; $s.=' '; if ($conf->use_javascript_ajax) {