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

6 lines
132 B
PHP

<?php
set_time_limit (-1);
include 'modules/EcmPaymentStates/interestModel.php';
$m= new interestModel();
$m->makeNotes();
?>