mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
NEW supplier order submit method message (#27855)
* Added supplier order submit method to message. Added contributor details. * Updated localization with supplier order submit method * Adjusted order method presentation * Update interface_50_modAgenda_ActionsAuto.class.php --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
* Copyright (C) 2022 Ferran Marcet <fmarcet@2byte.es>
|
||||
* Copyright (C) 2023 William Mead <william.mead@manchenumerique.fr>
|
||||
* Copyright (C) 2023 Christian Foellmann <christian@foellmann.de>
|
||||
* Copyright (C) 2024 William Mead <william.mead@manchenumerique.fr>
|
||||
*
|
||||
* 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
|
||||
@@ -853,7 +854,7 @@ class InterfaceActionsAuto extends DolibarrTriggers
|
||||
|
||||
if (empty($object->actionmsg2)) {
|
||||
if (empty($object->context['actionmsg2'])) {
|
||||
$object->actionmsg2 = $langs->transnoentities("SupplierOrderSubmitedInDolibarr", ($object->newref ? $object->newref : $object->ref));
|
||||
$object->actionmsg2 = $langs->transnoentities("SupplierOrderSubmitedInDolibarr", ($object->newref ?: $object->ref), $object->getInputMethod());
|
||||
} else {
|
||||
$object->actionmsg2 = $object->context['actionmsg2'];
|
||||
}
|
||||
|
||||
@@ -130,7 +130,7 @@ DispatchSupplierOrder=Receiving purchase order %s
|
||||
FirstApprovalAlreadyDone=First approval already done
|
||||
SecondApprovalAlreadyDone=Second approval already done
|
||||
SupplierOrderReceivedInDolibarr=Purchase Order %s received %s
|
||||
SupplierOrderSubmitedInDolibarr=Purchase Order %s submitted
|
||||
SupplierOrderSubmitedInDolibarr=Purchase Order %s submitted (%s)
|
||||
SupplierOrderClassifiedBilled=Purchase Order %s set billed
|
||||
OtherOrders=Other orders
|
||||
SupplierOrderValidatedAndApproved=Supplier order is validated and approved : %s
|
||||
|
||||
Reference in New Issue
Block a user