WIP: schedulers..
This commit is contained in:
@@ -111,7 +111,7 @@ function copyToClipboard(text) {
|
||||
}
|
||||
function openDetails(id, origin) {
|
||||
window.console.log(origin);
|
||||
if (origin.startsWith('apilo')) {
|
||||
if (origin.startsWith('Apilo')) {
|
||||
window.open("index.php?module=EcmInvoiceOuts&action=ecommerce&apilo_details="+id, "_blank");
|
||||
} else {
|
||||
window.open("index.php?module=EcmInvoiceOuts&action=ecommerce&baselinker_details="+id, "_blank");
|
||||
|
||||
Reference in New Issue
Block a user