[lib/impression_canon] Collate=StapleCollate pour pouvoir avoir une chance d'agrafer
Ignore-this: eca635d299aea7a715ea582339a4c8a6 darcs-hash:20090516014756-bd074-307833a7432f551d9d7dded396169064476226d1.gz
This commit is contained in:
parent
1a17516590
commit
0c499d75b6
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ class impression:
|
||||||
options += ' -o OutputBin=TrayC'
|
options += ' -o OutputBin=TrayC'
|
||||||
else:
|
else:
|
||||||
options += ' -o OutputBin=TrayA'
|
options += ' -o OutputBin=TrayA'
|
||||||
options += ' -o StapleLocation=%s' % self._settings['agrafage']
|
options += ' -o Collate=StapleCollate -o StapleLocation=%s' % self._settings['agrafage']
|
||||||
|
|
||||||
cmd = "lpr %s -# %d %s" % (options, self._settings['copies'],
|
cmd = "lpr %s -# %d %s" % (options, self._settings['copies'],
|
||||||
self._fichier)
|
self._fichier)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue