Kolejny fix - usunięte logi

This commit is contained in:
Flatlogic Bot 2025-12-12 21:18:55 +00:00
parent 564077049a
commit f904532298
2 changed files with 1 additions and 2202 deletions

File diff suppressed because it is too large Load Diff

View File

@ -77,7 +77,7 @@ function upload_error_message($error_code) {
}
function getEffectivePrice(PDO $db, int $productId, ?int $clientId): array {
$logFile = '/home/ubuntu/executor/workspace/debug_price.log';
$logFile = 'debug_price.log';
$vatRate = 1.23;
$net = null;
$gross = null;