mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Works on canvas capability
Works on custom list
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
$var=True;
|
||||
foreach($datas as $line) {
|
||||
$var=!$var; ?>
|
||||
<tr class="<?php echo $bc[$var];?>">
|
||||
<tr <?php echo $bc[$var]; ?>>
|
||||
<?php
|
||||
foreach($line as $key => $value) {
|
||||
foreach($fieldlist as $field) {
|
||||
|
||||
Reference in New Issue
Block a user