mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Update card.php
This commit is contained in:
committed by
GitHub
parent
0c3b92f09a
commit
55719cd166
@@ -77,7 +77,7 @@ $duration_unit = GETPOST('duration_unit');
|
||||
if (! empty($user->societe_id)) $socid=$user->societe_id;
|
||||
|
||||
$object = new Product($db);
|
||||
$object->type = $type;
|
||||
$object->type = $type; // so test later to fill $usercancxxx is correct
|
||||
$extrafields = new ExtraFields($db);
|
||||
|
||||
// fetch optionals attributes and labels
|
||||
|
||||
Reference in New Issue
Block a user