first commit

This commit is contained in:
root
2025-06-16 18:28:08 +05:00
commit d7b21fab0b
21327 changed files with 4845697 additions and 0 deletions

4
api/modules/print-zakaz/mod.js Executable file
View File

@@ -0,0 +1,4 @@
$('#print').click(function(){
window.print();
return false;
});