partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8f4bb660078083c4b9d204b871bb8cb329ffb762
parent a69bad6aca53e4de01d1e459d9771da913f1d9e6
Author: Felicitus <privat@timohummel.com>
Date:   Mon, 23 May 2011 20:49:11 +0200

The service should return "true" in any case.

Diffstat:
Msrc/de/RaumZeitLabor/PartDB2/Part/PartManagerService.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/de/RaumZeitLabor/PartDB2/Part/PartManagerService.php b/src/de/RaumZeitLabor/PartDB2/Part/PartManagerService.php @@ -51,6 +51,7 @@ class PartManagerService extends Service { PartManager::getInstance()->addPart($aParameters); + return true; } public function deleteStock () {