Skip to content
Snippets Groups Projects
Commit 31239286 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Remove dependency on dolibarr_main_rul_root

parent ca6fd04a
Branches
Tags
No related merge requests found
<?php <?php
/* Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net> /* Copyright (C) 2007-2008 Jeremie Ollivier <jeremie.o@laposte.net>
* Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net> * Copyright (C) 2009 Laurent Destailleur <eldy@users.sourceforge.net>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or * the Free Software Foundation; either version 2 of the License, or
...@@ -34,9 +34,6 @@ $conf_db_user = $dolibarr_main_db_user; ...@@ -34,9 +34,6 @@ $conf_db_user = $dolibarr_main_db_user;
$conf_db_pass = $dolibarr_main_db_pass; $conf_db_pass = $dolibarr_main_db_pass;
$conf_db_base = $dolibarr_main_db_name; $conf_db_base = $dolibarr_main_db_name;
// Parametres generaux
$conf_url_racine = $dolibarr_main_url_root.'/cashdesk';
// Identifiant unique correspondant au tiers generique pour la vente // Identifiant unique correspondant au tiers generique pour la vente
$conf_fksoc = $conf->global->CASHDESK_ID_THIRDPARTY; $conf_fksoc = $conf->global->CASHDESK_ID_THIRDPARTY;
// Identifiant unique correspondant au compte caisse / liquide // Identifiant unique correspondant au compte caisse / liquide
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment