mirror of
https://github.com/Karaka-Management/oms-Sales.git
synced 2026-01-26 02:08:40 +00:00
fix tests
This commit is contained in:
parent
24ab98c2dd
commit
0844b21168
|
|
@ -201,7 +201,7 @@ echo $this->getData('nav')->render();
|
|||
}
|
||||
}'></canvas>
|
||||
<div class="more-container">
|
||||
<input id="more-customer-sales" type="checkbox">
|
||||
<input id="more-customer-sales" type="checkbox" name="more-container">
|
||||
<label for="more-customer-sales">
|
||||
<span>Data</span>
|
||||
<i class="fa fa-chevron-right expand"></i>
|
||||
|
|
@ -325,7 +325,7 @@ echo $this->getData('nav')->render();
|
|||
}
|
||||
}'></canvas>
|
||||
<div class="more-container">
|
||||
<input id="more-customer-sales-annual" type="checkbox">
|
||||
<input id="more-customer-sales-annual" type="checkbox" name="more-container">
|
||||
<label for="more-customer-sales-annual">
|
||||
<span>Data</span>
|
||||
<i class="fa fa-chevron-right expand"></i>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
// Modules/tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user