Follow UP detail do not show the "Add Rows button" in READ mode
This commit is contained in:
parent
9a03147cbf
commit
525cecc8d5
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ $menu=new Default_Menu();
|
|||
|
||||
</div>
|
||||
<div id="d_add_rows">
|
||||
<?php echo Html_Input_Noalyss::ledger_add_item("O"); ?>
|
||||
<?php if ( $p_view != 'READ' ) echo Html_Input_Noalyss::ledger_add_item("O"); ?>
|
||||
|
||||
<?php echo HtmlInput::button('actualiser', _('Recalculer'), ' onClick="compute_all_ledger();"'); ?>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue