diff options
| author | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-04-28 15:24:11 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <Roy.mail.net@gmail.com> | 2022-04-28 15:24:11 +0300 |
| commit | 0f2edc5bde6882e648ab047574de721481bd4656 (patch) | |
| tree | 48e9de6ecbedcb3c83aea9612f48b1ca90a79bb9 /Software/PMR | |
| parent | d16a71c2585522bf466c9a28e8b4c42fed7c592a (diff) | |
| download | Tango-0f2edc5bde6882e648ab047574de721481bd4656.tar.gz Tango-0f2edc5bde6882e648ab047574de721481bd4656.zip | |
Added Flat Spool Type Support.
Diffstat (limited to 'Software/PMR')
| -rw-r--r-- | Software/PMR/Messages/Printing/JobSpoolType.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Software/PMR/Messages/Printing/JobSpoolType.proto b/Software/PMR/Messages/Printing/JobSpoolType.proto index ae567a91a..a88971af1 100644 --- a/Software/PMR/Messages/Printing/JobSpoolType.proto +++ b/Software/PMR/Messages/Printing/JobSpoolType.proto @@ -20,4 +20,6 @@ enum JobSpoolType HaAmma = 1; + FlatSpool = 2; + } |
