Add baggage weight to acdata (#1464)
Follow up for improved SimBrief API, sending separate pax and bag weights is possible now. Core v7 already had them separated ;) Co-authored-by: Nabeel S <nabeelio@users.noreply.github.com>
This commit is contained in:
parent
ba5b4e23c7
commit
0e1b55c6d7
@ -127,7 +127,7 @@
|
||||
</div>
|
||||
|
||||
{{-- Prepare Form Fields For SimBrief --}}
|
||||
<input type="hidden" name="acdata" value="{'paxwgt':{{ round($pax_weight + $bag_weight) }}}">
|
||||
<input type="hidden" name="acdata" value="{'paxwgt':{{ round($pax_weight) }}, 'bagwgt': {{ round($bag_weight) }}}">
|
||||
@if($tpaxfig)
|
||||
<input type="hidden" name="pax" value="{{ $tpaxfig }}">
|
||||
@elseif(!$tpaxfig && $tcargoload)
|
||||
|
Loading…
Reference in New Issue
Block a user