Kolejny fix - usunięte logi
This commit is contained in:
parent
564077049a
commit
f904532298
2201
debug_price.log
2201
debug_price.log
File diff suppressed because it is too large
Load Diff
@ -77,7 +77,7 @@ function upload_error_message($error_code) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getEffectivePrice(PDO $db, int $productId, ?int $clientId): array {
|
function getEffectivePrice(PDO $db, int $productId, ?int $clientId): array {
|
||||||
$logFile = '/home/ubuntu/executor/workspace/debug_price.log';
|
$logFile = 'debug_price.log';
|
||||||
$vatRate = 1.23;
|
$vatRate = 1.23;
|
||||||
$net = null;
|
$net = null;
|
||||||
$gross = null;
|
$gross = null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user