2025-04-02 13:24:56 +05:30

10 lines
80 B
JavaScript

/**
* Invoice Print
*/
'use strict';
(function () {
window.print();
})();