BY-525 Etiqueta erronea

- change translation label for hardcoded label
This commit is contained in:
Marco A. Nina Mena
2016-10-01 11:16:59 -04:00
parent 790517b005
commit 6d8c1cd0f8

View File

@@ -72,8 +72,9 @@ class AppDocumentDrive
$process = new Process();
$process->setProUid($this->app->getProUid());
//Set name folder, for cron process.
$result = $this->drive->createFolder(
$process->getProTitle() . ' - ' . G::LoadTranslation("ID_CASE") . ' #' . $this->app->getAppNumber(),
'Case #' . $this->app->getAppNumber(),
$this->drive->getFolderIdPMDrive($this->user->getUsrUid())
);
$this->app->setAppDriveFolderUid($result->id);