import apilo
This commit is contained in:
@@ -106,7 +106,9 @@ function blockUI($msg) {
|
||||
message: $msg
|
||||
});
|
||||
}
|
||||
|
||||
function copyToClipboard(text) {
|
||||
navigator.clipboard.writeText(text);
|
||||
}
|
||||
function openDetails(id) {
|
||||
window.open("index.php?module=EcmInvoiceOuts&action=ecommerce&apilo_details="+id, "_blank");
|
||||
}
|
||||
Reference in New Issue
Block a user