FIX|Fix [#23075]
Wrong invoice unit price when billing Project task spent time
This commit is contained in:
parent
5573b88df8
commit
ee7e394ebf
@ -462,7 +462,7 @@ if ($action == 'confirm_generateinvoice') {
|
||||
|
||||
foreach ($arrayoftasks as $userid => $value) {
|
||||
$fuser->fetch($userid);
|
||||
//$pu_ht = $value['timespent'] * $fuser->thm;
|
||||
$pu_ht = $fuser->thm;
|
||||
$username = $fuser->getFullName($langs);
|
||||
|
||||
// Define qty per hour
|
||||
|
||||
Loading…
Reference in New Issue
Block a user