diff --git a/widgets/NewCrl.cpp b/widgets/NewCrl.cpp index 0f6cbba1..71230f6d 100644 --- a/widgets/NewCrl.cpp +++ b/widgets/NewCrl.cpp @@ -55,6 +55,7 @@ crljob NewCrl::getCrlJob() const t.lastUpdate = lastUpdate->getDate(); t.nextUpdate = nextUpdate->getDate(); t.hashAlgo = hashAlgo->current(); + t.crlNumber = crlNumber->text().toLong(); return t; }