From ac5cb23c040f55a90856c94d9d6429294a926af3 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 3 Sep 2012 09:45:26 +0200 Subject: [PATCH] Fix: Parameters at wrong place. --- htdocs/comm/remx.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/comm/remx.php b/htdocs/comm/remx.php index 1d811b0149c..cfe2b4c4fb3 100644 --- a/htdocs/comm/remx.php +++ b/htdocs/comm/remx.php @@ -1,6 +1,6 @@ - * Copyright (C) 2004-2011 Laurent Destailleur + * Copyright (C) 2004-2012 Laurent Destailleur * Copyright (C) 2008 Raphael Bertrand (Resultic) * * This program is free software; you can redistribute it and/or modify @@ -272,7 +272,7 @@ if ($socid > 0) print ' '.$langs->trans("Currency".$conf->currency).''; print ''.$langs->trans("VAT").''; print ''; - print $form->load_tva('tva_tx',GETPOST('tva_tx'),'',$mysoc,''); + print $form->load_tva('tva_tx',GETPOST('tva_tx'),$mysoc,$objsoc); print ''; print ''.$langs->trans("NoteReason").''; print '';