This commit is contained in:
Frédéric FRANCE 2023-04-18 20:59:43 +02:00 committed by GitHub
parent b9a014cd06
commit 25850a7e0a
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)) { if (empty($labelmovement)) {
throw new RestException(500, "Field inventorylabel not prodivded"); throw new RestException(500, "Field inventorylabel not provided");
} }
if (empty($codemovement)) { if (empty($codemovement)) {
throw new RestException(500, "Field inventorycode not prodivded"); throw new RestException(500, "Field inventorycode not provided");
} }
// Code for consume and produce... // Code for consume and produce...