Skip to content

Commit

Permalink
Merge pull request #202 from OrifInformatique/fix_version-4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierViret committed Nov 15, 2023
2 parents f9040b6 + 9c48dc3 commit af2851d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions orif/stock/Language/fr/stock_lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
. 'En cas de suppression définitive, toutes les informations concernant ce groupe d\'objets seront supprimées.',
'item_group_already_disabled' => 'Ce groupe d\'objets est déjà désactivé. Voulez-vous le supprimer définitivement ?',
'name' => 'Nom',
'address' => 'Adresse',
'entity_name' => 'Nom du site',
'zip_code' => 'Numéro postal',
'locality' => 'Ville',
Expand Down
2 changes: 1 addition & 1 deletion orif/stock/Views/item_common/details.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class="btn btn-primary mb-2" role="button"><i class="bi bi-arrow-left-circle"></
<?php if (isset($_SESSION['logged_in']) && $_SESSION['logged_in'] == true && isset($can_modify) && $can_modify && $_SESSION['user_access'] >= config('User\Config\UserConfig')->access_lvl_registered): ?>
<div class="col-12">
<a href="<?= base_url("item/create/{$entity_id}/{$item_common['item_common_id']}"); ?>" class="btn btn-outline-success btn-sm mb-2" role="button">
<?= lang('My_application.btn_add_subitem'); ?>
<?= lang('MY_application.btn_add_subitem'); ?>
</a>
<a href="<?= base_url('item_common/modify/' . $item_common['item_common_id']); ?>" class="btn btn-outline-warning btn-sm mb-2" role="button">
<?= lang('MY_application.btn_modify'); ?>
Expand Down

0 comments on commit af2851d

Please sign in to comment.