Skip to content

Commit fc86162

Browse files
committed
Version up to 2022.1.3
1 parent 8301700 commit fc86162

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/AbraFlexi/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Actions
2121
*
2222
* @var string
2323
*/
24-
static public $version = '2022.1.2';
24+
static public $version = '2022.1.3';
2525

2626
/**
2727
* Evidence adresar (Adresy firem) Actions.

src/AbraFlexi/EvidenceList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* AbraFlexi - List of Evidencies.
44
*
5-
* Generated: Tue, 01 Mar 2022 21:57:33 +0100
5+
* Generated: Mon, 14 Mar 2022 23:42:13 +0100
66
* From: https://demo.flexibee.eu
77
*
88
* @author Vítězslav Dvořák <[email protected]>
@@ -46,7 +46,7 @@ class EvidenceList extends RO
4646
*
4747
* @var string
4848
*/
49-
static public $version = '2022.1.2';
49+
static public $version = '2022.1.3';
5050

5151
/**
5252
* Evidences Path/Name listing.

src/AbraFlexi/Relations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Relations
2121
*
2222
* @var string
2323
*/
24-
static public $version = '2022.1.2';
24+
static public $version = '2022.1.3';
2525

2626
/**
2727
* Evidence adresar (Adresy firem) Relations.

src/AbraFlexi/SkladovyPohybPolozka.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function addSerialNumber($number, $isMain = false) {
4646
}
4747
$numberBranch['vyrobnicislohlav'] = 1;
4848
}
49-
$this->setDataValue('mnozMj', count($crrentSerialNumbers) + 1);
49+
$this->setDataValue('mnozMj', empty($crrentSerialNumbers) ? 0 : count($crrentSerialNumbers) + 1);
5050
return $this->addArrayToBranch($numberBranch, 'vyrobniCislaPrijata');
5151
}
5252

0 commit comments

Comments
 (0)