Create a twig template for job order for resq, separate from cmb. #270
This commit is contained in:
parent
a0ad1b0047
commit
341db63735
4 changed files with 3389 additions and 1713 deletions
|
|
@ -17,6 +17,7 @@ use App\Ramcar\FuelType;
|
|||
use App\Entity\Invoice;
|
||||
use App\Entity\InvoiceItem;
|
||||
use App\Entity\User;
|
||||
use App\Entity\Battery;
|
||||
|
||||
use App\Service\InvoiceGeneratorInterface;
|
||||
|
||||
|
|
|
|||
|
|
@ -2030,15 +2030,15 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
|
|||
$this->template_hash = [];
|
||||
|
||||
// add all twig templates for job order to hash
|
||||
$this->template_hash['jo_incoming_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_open_edit_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_incoming_vehicle_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_processing_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_assigning_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_fulfillment_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_open_hub_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_open_rider_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_all_form'] = 'job-order/form.html.twig';
|
||||
$this->template_hash['jo_incoming_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_open_edit_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_incoming_vehicle_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_processing_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_assigning_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_fulfillment_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_open_hub_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_open_rider_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_all_form'] = 'job-order/cmb.form.html.twig';
|
||||
$this->template_hash['jo_list_processing'] = 'job-order/list.processing.html.twig';
|
||||
$this->template_hash['jo_list_assigning'] = 'job-order/list.assigning.html.twig';
|
||||
$this->template_hash['jo_list_fulfillment'] = 'job-order/list.fulfillment.html.twig';
|
||||
|
|
|
|||
1704
templates/job-order/cmb.form.html.twig
Normal file
1704
templates/job-order/cmb.form.html.twig
Normal file
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue