mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-13 01:30:11 +01:00
fix: definizione cartella per lettura xml invio fattura elettronica
This commit is contained in:
parent
18c2b2ba00
commit
0e05a77548
@ -366,7 +366,7 @@ class Upload extends Model
|
|||||||
*/
|
*/
|
||||||
public function getContent()
|
public function getContent()
|
||||||
{
|
{
|
||||||
return file_get_contents(base_dir().'/'.$this->local_filepath);
|
return file_get_contents(base_dir().'/files/'.$this->attachments_directory.'/'.$this->filename);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getInfo($file)
|
public static function getInfo($file)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user