forked from science-ation/science-ation
fddce24de3
- Add 2 new paper types (Ledger 11x17 + landscape)
5 lines
149 B
SQL
5 lines
149 B
SQL
SELECT @id:=id FROM reports WHERE system_report_id='44';
|
|
UPDATE reports_items SET `value`='letter_4up' WHERE `field`='stock' AND `reports_id`=@id;
|
|
|
|
|