Files
crm.e5.pl/modules/EcmProducts/testrsave.php

5 lines
155 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?
include("modules/EcmProducts/ProductsStock.php");
addInfoToReminder($r['order_id'],"There are available products in stock for Your sales order","");
?>