Renommage Proposition en Commande
This commit is contained in:
@@ -571,7 +571,7 @@ class ReportController extends AbstractController
|
||||
$tbproject["beforeastreinte"][$penalty->getStart()->format("Ym")]["duration"]=$tbproject["beforeastreinte"][$penalty->getStart()->format("Ym")]["duration"]+$penalty->getDuration();
|
||||
}
|
||||
|
||||
// Recap des propositions
|
||||
// Recap des Commandes
|
||||
$offers=$em->getRepository("App:Offer")->findBy(["project"=>$project->getId()]);
|
||||
foreach($offers as $offer) {
|
||||
$tbproject["offers"][$offer->getId()] = [
|
||||
|
Reference in New Issue
Block a user