mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Update info.php
This commit is contained in:
@@ -18,20 +18,26 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/fourn/paiement/info.php
|
||||
* \ingroup facture
|
||||
* \brief Onglet info d'un paiement fournisseur
|
||||
* \file htdocs/fourn/paiement/info.php
|
||||
* \ingroup facture, fournisseur
|
||||
* \brief Tab for Supplier Payment Information
|
||||
*/
|
||||
|
||||
|
||||
// Load Dolibarr environment
|
||||
require '../../main.inc.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/fourn/class/paiementfourn.class.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/core/lib/payments.lib.php';
|
||||
require_once DOL_DOCUMENT_ROOT.'/fourn/class/paiementfourn.class.php';
|
||||
|
||||
|
||||
// Load translation files required by the page
|
||||
$langs->loadLangs(array("bills", "suppliers", "companies"));
|
||||
|
||||
// Get Parameters
|
||||
$id = GETPOST('id', 'int');
|
||||
|
||||
// Initialize Objects
|
||||
$object = new PaiementFourn($db);
|
||||
|
||||
// Load object
|
||||
|
||||
Reference in New Issue
Block a user