Files
crm.e5.pl/modules/EcmPrices/checkProduct.php
2024-04-27 09:23:34 +02:00

4 lines
116 B
PHP

<?
$_SESSION['pricebook_check'][$_REQUEST['pricebook_id']][$_GET['record']]=$_GET['value'];
print $_GET['value'];
?>