build: ver_0.340 - bugfix crash kupon rabatowy przy zamówieniu

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jacek
2026-03-15 14:09:10 +01:00
parent a45256e9f6
commit 118e05fb24
4 changed files with 26 additions and 1 deletions

BIN
updates/0.30/ver_0.340.zip Normal file

Binary file not shown.

View File

@@ -0,0 +1,25 @@
{
"changelog": "Bugfix: crash przy składaniu zamówienia z kuponem rabatowym",
"version": "0.340",
"files": {
"added": [
".scannerwork/.sonar_lock",
".scannerwork/report-task.txt",
"sonar-project.properties"
],
"deleted": [
],
"modified": [
"autoload/Domain/Order/OrderRepository.php"
]
},
"checksum_zip": "sha256:e3a068b83da971088ecfd58ca717111c5e325087334f29500dd4496616ca0335",
"sql": [
],
"date": "2026-03-15",
"directories_deleted": [
]
}

Binary file not shown.

View File

@@ -1,5 +1,5 @@
<?
$current_ver = 339;
$current_ver = 340;
for ($i = 1; $i <= $current_ver; $i++)
{