mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Fix: traduction
This commit is contained in:
@@ -430,6 +430,18 @@ function set_codepage($cp) {
|
||||
$this->_codepage = $codepage;
|
||||
}
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
# set_sheetname()
|
||||
#
|
||||
# Set the sheetname
|
||||
#
|
||||
function set_sheetname($sheetname) {
|
||||
|
||||
if($sheetname)
|
||||
$this->_sheetname = $sheetname;
|
||||
}
|
||||
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user