Skip to content

Commit 6542a6b

Browse files
authored
Fix(UI): correctly diplay Validation tab from Order (#528)
1 parent 3d4b809 commit 6542a6b

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [UNRELEASED]
9+
10+
### Fixed
11+
12+
- Fix `Validation` tab from `Order`
13+
814
## [2.12.4] - 2025-12-02
915

1016
### Fixed

inc/order.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
641641
self::RIGHT_UNDO_VALIDATION,
642642
])
643643
) {
644-
return self::createTabEntry(
644+
$ong[1] = self::createTabEntry(
645645
__s("Validation", "order"),
646646
0,
647647
null,

0 commit comments

Comments
 (0)