Update invoice.php

This commit is contained in:
ptibogxiv 2019-08-24 16:58:39 +02:00 committed by GitHub
parent cf1a029b43
commit f1987b0f0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -493,7 +493,7 @@ if ($action == "search") {
function PrintSend(id) function PrintSend(id)
{ {
console.log("Open box to select the Print/Send form"); console.log("Open box to select the Print/Send form");
$.colorbox({href:"printsend.php?facid="+id, width:"90%", height:"80%", transition:"none", iframe:"true", title:"<?php echo $langs->trans("PrintSend");?>"}); $.colorbox({href:"printsend.php?facid="+id, width:"90%", height:"50%", transition:"none", iframe:"true", title:"<?php echo $langs->trans("PrintSend");?>"});
} }
function Print(id){ function Print(id){