dolibarr 18.0.6
|
File of the superclass of object classes that support incoterm (customer and supplier) More...
Go to the source code of this file.
Functions | |
display_incoterms () | |
Return incoterms informations TODO Use a cache for label get. | |
getIncotermsForPDF () | |
Return incoterms informations for pdf display. | |
setIncoterms ($id_incoterm, $location) | |
Define incoterms values of current object. | |
Variables | |
trait | CommonIncoterm |
Superclass for incoterm classes. | |
File of the superclass of object classes that support incoterm (customer and supplier)
Definition in file commonincoterm.class.php.
display_incoterms | ( | ) |
Return incoterms informations TODO Use a cache for label get.
Definition at line 56 of file commonincoterm.class.php.
getIncotermsForPDF | ( | ) |
Return incoterms informations for pdf display.
Definition at line 83 of file commonincoterm.class.php.
setIncoterms | ( | $id_incoterm, | |
$location ) |
Define incoterms values of current object.
int | $id_incoterm | Id of incoterm to set or '' to remove |
string | $location | location of incoterm |
Definition at line 112 of file commonincoterm.class.php.
References dol_syslog().