Fix override dialog box

Contributes to CL-897
This commit is contained in:
Ian Paschal 2018-10-24 11:13:12 +02:00
parent a247fe204f
commit 8662e1a125
2 changed files with 1 additions and 257 deletions

View file

@ -425,7 +425,7 @@ Item {
onYes: OutputDevice.forceSendJob(printJob.key);
standardButtons: StandardButton.Yes | StandardButton.No;
text: {
if (!root.job) {
if (!printJob) {
return "";
}
var printJobName = formatPrintJobName(printJob.name);