Files

10 lines
80 B
JavaScript

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