mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
10 lines
80 B
JavaScript
Executable File
10 lines
80 B
JavaScript
Executable File
/**
|
|
* Invoice Print
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
(function () {
|
|
window.print();
|
|
})();
|