WTF isnt the shipment register saving stuff??

This commit is contained in:
Karl Cordes 2011-05-02 09:05:31 +10:00
parent 3ea2603292
commit 1f58e31e48
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ class ShipmentsController extends AppController {
}
else {
echo "FAILURE";
return;
}

View file

@ -0,0 +1 @@