Skip to content

Commit

Permalink
Merge pull request #12 from evarisk-charles/add_contract_button
Browse files Browse the repository at this point in the history
#11 [Actions] fix: supplier contract buttons actions
  • Loading branch information
nicolas-eoxia authored Feb 18, 2025
2 parents e742863 + 7f08c02 commit 8ab9cc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions class/actions_suppliercontract.class.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
/* Copyright (C) 2024 Alice Adminson <aadminson@example.com>
/* Copyright (C) 2024-2025 EVARISK <technique@evarisk.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -16,7 +16,7 @@
*/

/**
* \file suppliercontract/class/actions_suppliercontract.class.php
* \file class/actions_suppliercontract.class.php
* \ingroup suppliercontract
* \brief SupplierContract hook overload
*/
Expand Down Expand Up @@ -47,9 +47,9 @@ class ActionsSuppliercontract
public array $results = [];

/**
* @var string String displayed by executeHook() immediately after return
* @var string|null String displayed by executeHook() immediately after return
*/
public string $resprints;
public ?string $resprints;

/**
* @var int Priority of hook (50 is used if value is not defined)
Expand Down

0 comments on commit 8ab9cc2

Please sign in to comment.