|
Lines 1414-1420
sub GetLateOrders {
Link Here
|
| 1414 |
aqbudgets.budget_name AS budget, |
1414 |
aqbudgets.budget_name AS budget, |
| 1415 |
borrowers.branchcode AS branch, |
1415 |
borrowers.branchcode AS branch, |
| 1416 |
aqbooksellers.name AS supplier, |
1416 |
aqbooksellers.name AS supplier, |
| 1417 |
biblio.author, |
1417 |
biblio.author, biblio.title, |
| 1418 |
biblioitems.publishercode AS publisher, |
1418 |
biblioitems.publishercode AS publisher, |
| 1419 |
biblioitems.publicationyear, |
1419 |
biblioitems.publicationyear, |
| 1420 |
"; |
1420 |
"; |
| 1421 |
- |
|
|