Merge branch '3.6' of git@github.com:Dolibarr/dolibarr.git into 3.6
This commit is contained in:
commit
e1ba6ccfc6
@ -131,10 +131,6 @@ $tasksrole=$taskstatic->getUserRolesForProjectsOrTasks(0,$user,($project->id?$pr
|
||||
//var_dump($taskrole);
|
||||
|
||||
|
||||
|
||||
llxHeader("",$title,"");
|
||||
|
||||
|
||||
llxHeader("",$title,"");
|
||||
|
||||
print_barre_liste($title, $page, $_SERVER["PHP_SELF"], "", $sortfield, $sortorder, "", $num);
|
||||
|
||||
@ -528,7 +528,7 @@ function createInvoice($authentication,$invoice)
|
||||
{
|
||||
// $key can be 'line' or '0','1',...
|
||||
$newline=new FactureLigne($db);
|
||||
$newline->type=$line['type'];
|
||||
$newline->product_type=$line['type'];
|
||||
$newline->desc=$line['desc'];
|
||||
$newline->fk_product=$line['fk_product'];
|
||||
$newline->tva_tx=$line['vat_rate'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user