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();
|
$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()]);
|
$offers=$em->getRepository("App:Offer")->findBy(["project"=>$project->getId()]);
|
||||||
foreach($offers as $offer) {
|
foreach($offers as $offer) {
|
||||||
$tbproject["offers"][$offer->getId()] = [
|
$tbproject["offers"][$offer->getId()] = [
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<h1 class="page-header">
|
<h1 class="page-header">
|
||||||
PROPOSITIONS
|
COMMANDES
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<a class="btn btn-success" href={{ path('app_offer_submit') }}>Ajouter</a>
|
<a class="btn btn-success" href={{ path('app_offer_submit') }}>Ajouter</a>
|
||||||
|
@@ -401,7 +401,7 @@
|
|||||||
|
|
||||||
<li>
|
<li>
|
||||||
<a href="{{path("app_offer")}}">
|
<a href="{{path("app_offer")}}">
|
||||||
<i class="fa fa-euro-sign"></i>Propositions
|
<i class="fa fa-euro-sign"></i>Commandes
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user