From 4233014219bf27247c1f15b2175574bc05730470 Mon Sep 17 00:00:00 2001 From: luca83 Date: Wed, 23 Jun 2010 09:59:27 +0000 Subject: [PATCH] =?UTF-8?q?Patch=20level=20=20=20=20=20=20=20=20=20:=2010.?= =?UTF-8?q?0=20patch=20=3F=3F=3F=20Files=20correlati=20=20=20=20=20:=20lv3?= =?UTF-8?q?=20Ricompilazione=20Demo=20:=20[=20]=20Commento=20=20=20=20=20?= =?UTF-8?q?=20=20=20=20=20=20=20:=20Aggiunto=20un=20controllo=20sui=20pacc?= =?UTF-8?q?hi=20non=20pi=C3=B9=20disponibili=20dopo=20un=20inventario?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/trunk@20626 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- lv/lv3400.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lv/lv3400.cpp b/lv/lv3400.cpp index 2b844bd8e..d5d2aa565 100755 --- a/lv/lv3400.cpp +++ b/lv/lv3400.cpp @@ -960,6 +960,14 @@ void TEvasione_ter_msk::evadi_da_terminale() warning_box(msg); return; } + + if(numdoc < 0) + { + TString msg; + msg << "Il pacco non risulta disponibile a magazzino"; + warning_box(msg); + return; + } } const TDate oggi(TODAY);