Fix: Bad link
This commit is contained in:
parent
c705e1d91f
commit
9ca3d9b580
@ -82,7 +82,7 @@ if ($_POST["action"] == 'setmode' && $user->rights->societe->creer)
|
||||
$result = $db->query($sql);
|
||||
if (! $result) dolibarr_print_error($result);
|
||||
}
|
||||
// assuj<EFBFBD>tissement <20> la TVA
|
||||
// assujetissement a la TVA
|
||||
if ($_POST["action"] == 'setassujtva' && $user->rights->societe->creer)
|
||||
{
|
||||
$societe = new Societe($db, $_GET["socid"]);
|
||||
|
||||
@ -15,16 +15,13 @@
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*
|
||||
* $Id$
|
||||
* $Source$
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/comm/recap-client.php
|
||||
\ingroup societe
|
||||
\brief Page de fiche recap client
|
||||
\version $Revision$
|
||||
\version $Id$
|
||||
*/
|
||||
|
||||
require("./pre.inc.php");
|
||||
@ -62,7 +59,7 @@ if ($socid > 0)
|
||||
*/
|
||||
$head = societe_prepare_head($societe);
|
||||
|
||||
dolibarr_fiche_head($head, 'customer', $societe->nom);
|
||||
dolibarr_fiche_head($head, 'customer', $langs->trans("ThirdParty"));
|
||||
|
||||
|
||||
print "<table width=\"100%\">\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user