fix nom defunt non editable
This commit is contained in:
parent
eccc085124
commit
8e0d004137
@ -3,7 +3,7 @@ $isFacture = isset($_['devis'][0]->mentions) && ($_['devis'][0]->mentions == \OC
|
||||
?>
|
||||
<div class="bootstrap-iso" data-is-facture="<?php echo $isFacture ? '1' : '0'; ?>">
|
||||
<h2 class="mt-3 mb-3 text-center"> <?php p($l->t('Quote'));?>
|
||||
<div id="devisid" style="display:inline" class="editable" data-table="devis" data-column="num" data-id="<?php echo $_['devis'][0]->devisid; ?>">sur le defunt <?php echo $_['devis'][0]->nom_defunt; ?></div>
|
||||
<div id="devisid" style="display:inline" class="<?php echo $isFacture ? '' : 'editable'; ?>" data-table="devis" data-column="num" data-id="<?php echo $_['devis'][0]->devisid; ?>">sur le defunt <?php echo $_['devis'][0]->nom_defunt; ?></div>
|
||||
<span data-html2canvas-ignore>(</span> <div data-html2canvas-ignore id="devisversion" style="display:inline" data-table="devis" data-column="version" data-id="<?php echo $_['devis'][0]->id; ?>"><?php echo $_['devis'][0]->lieu; ?>)</div>
|
||||
</h2>
|
||||
<hr />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user