Merge branch 'dev' into 6777-changeDependenciesVn2008toVnPart7
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
commit
c375223ae5
|
@ -4,15 +4,8 @@ BEGIN
|
||||||
DECLARE vRate DOUBLE DEFAULT 1;
|
DECLARE vRate DOUBLE DEFAULT 1;
|
||||||
DECLARE vDated DATE;
|
DECLARE vDated DATE;
|
||||||
DECLARE vExpenseFk VARCHAR(10);
|
DECLARE vExpenseFk VARCHAR(10);
|
||||||
DECLARE vIsBooked BOOLEAN DEFAULT FALSE;
|
|
||||||
|
|
||||||
SELECT isBooked INTO vIsBooked
|
CALL invoiceIn_checkBooked(vInvoiceInFk);
|
||||||
FROM invoiceIn ii
|
|
||||||
WHERE id = vInvoiceInFk;
|
|
||||||
|
|
||||||
IF vIsBooked THEN
|
|
||||||
CALL util.throw('A booked invoice cannot be modified');
|
|
||||||
END IF;
|
|
||||||
|
|
||||||
SELECT MAX(rr.dated) INTO vDated
|
SELECT MAX(rr.dated) INTO vDated
|
||||||
FROM referenceRate rr
|
FROM referenceRate rr
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
<vn-th>City</vn-th>
|
<vn-th>City</vn-th>
|
||||||
<vn-th shrink>PC</vn-th>
|
<vn-th shrink>PC</vn-th>
|
||||||
<vn-th>Client</vn-th>
|
<vn-th>Client</vn-th>
|
||||||
<vn-th>Warehouse</vn-th>
|
<vn-th>State</vn-th>
|
||||||
<vn-th number shrink>Packages</vn-th>
|
<vn-th number shrink>Packages</vn-th>
|
||||||
<vn-th shrink>m³</vn-th>
|
<vn-th shrink>m³</vn-th>
|
||||||
<vn-th shrink>Packaging</vn-th>
|
<vn-th shrink>Packaging</vn-th>
|
||||||
|
@ -109,7 +109,7 @@
|
||||||
{{ticket.nickname}}
|
{{ticket.nickname}}
|
||||||
</span>
|
</span>
|
||||||
</vn-td>
|
</vn-td>
|
||||||
<vn-td>{{ticket.warehouseName}}</vn-td>
|
<vn-td>{{ticket.ticketStateName}}</vn-td>
|
||||||
<vn-td number shrink>{{ticket.packages}}</vn-td>
|
<vn-td number shrink>{{ticket.packages}}</vn-td>
|
||||||
<vn-td shrink>{{ticket.volume}}</vn-td>
|
<vn-td shrink>{{ticket.volume}}</vn-td>
|
||||||
<vn-td shrink>{{ticket.ipt}}</vn-td>
|
<vn-td shrink>{{ticket.ipt}}</vn-td>
|
||||||
|
|
Loading…
Reference in New Issue