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
444a21651a
commit
60349f586c
@ -366,7 +366,7 @@ class Upload extends Model
|
||||
*/
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user