FIX: Not showing task extrafields when creating from left menu

This commit is contained in:
fmarcet 2015-08-04 13:32:44 +02:00
parent 2a67bd1f38
commit 62ad7d4d34
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ FIX [ bug 1634 ] Error deleting a project when it had many linked objects
FIX [ bug 1925 ] "Link to order" option in supplier invoices is not working properly
FIX [ bug #3198 ] Trigger LINECONTRACT_INSERT passes Contrat as $object instead of ContratLigne
FIX: Not showing delivery date on rouget pdf
FIX: Not showing task extrafields when creating from left menu
NEW: Created new ContratLigne::insert function

View File

@ -55,8 +55,8 @@ if ($id > 0 || ! empty($ref))
// fetch optionals attributes and labels
$extralabels_projet=$extrafields_project->fetch_name_optionals_label($object->table_element);
$extralabels_task=$extrafields_task->fetch_name_optionals_label($taskstatic->table_element);
}
$extralabels_task=$extrafields_task->fetch_name_optionals_label($taskstatic->table_element);
// Security check
$socid=0;