Merge pull request #24546 from frederic34/patch-1

typo
This commit is contained in:
Laurent Destailleur 2023-04-18 21:32:05 +02:00 committed by GitHub
commit 2c7ac5daf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -345,10 +345,10 @@ class Mos extends DolibarrApi
}
if (empty($labelmovement)) {
throw new RestException(500, "Field inventorylabel not prodivded");
throw new RestException(500, "Field inventorylabel not provided");
}
if (empty($codemovement)) {
throw new RestException(500, "Field inventorycode not prodivded");
throw new RestException(500, "Field inventorycode not provided");
}
// Code for consume and produce...